|
21 | 21 | * [`Ntp::Key_id`](#ntpkey_id): See http://doc.ntp.org/4.2.6/authopt.html#controlkey for documentation Alternatively: type Ntp::Key_id = Variant[Integer, Pattern['']]
|
22 | 22 | * [`Ntp::Poll_interval`](#ntppoll_interval): See http://doc.ntp.org/4.2.6/clockopt.html#server for documentation Alternatively: type Ntp::Poll_interval = Variant[Integer, Pattern['']]
|
23 | 23 |
|
| 24 | +### Plans |
| 25 | + |
| 26 | +* [`ntp::acceptance::pe_agent`](#ntpacceptancepe_agent): Install PE |
| 27 | +* [`ntp::acceptance::pe_server`](#ntpacceptancepe_server): Install PE Server |
| 28 | +* [`ntp::acceptance::provision_integration`](#ntpacceptanceprovision_integration): Provisions machines |
| 29 | + |
24 | 30 | ## Classes
|
25 | 31 |
|
26 | 32 | ### <a name="ntp"></a>`ntp`
|
@@ -573,3 +579,87 @@ Alias of
|
573 | 579 | Integer[4, 17]
|
574 | 580 | ```
|
575 | 581 |
|
| 582 | +## Plans |
| 583 | + |
| 584 | +### <a name="ntpacceptancepe_agent"></a>`ntp::acceptance::pe_agent` |
| 585 | + |
| 586 | +Install PE Agent |
| 587 | + |
| 588 | +#### Examples |
| 589 | + |
| 590 | +##### |
| 591 | + |
| 592 | +```puppet |
| 593 | +ntp::acceptance::pe_agent |
| 594 | +``` |
| 595 | + |
| 596 | +### <a name="ntpacceptancepe_server"></a>`ntp::acceptance::pe_server` |
| 597 | + |
| 598 | +Install PE Server |
| 599 | + |
| 600 | +#### Examples |
| 601 | + |
| 602 | +##### |
| 603 | + |
| 604 | +```puppet |
| 605 | +ntp::acceptance::pe_server |
| 606 | +``` |
| 607 | + |
| 608 | +#### Parameters |
| 609 | + |
| 610 | +The following parameters are available in the `ntp::acceptance::pe_server` plan: |
| 611 | + |
| 612 | +* [`version`](#version) |
| 613 | +* [`pe_settings`](#pe_settings) |
| 614 | + |
| 615 | +##### <a name="version"></a>`version` |
| 616 | + |
| 617 | +Data type: `Optional[String]` |
| 618 | + |
| 619 | + |
| 620 | + |
| 621 | +Default value: `'2019.8.5'` |
| 622 | + |
| 623 | +##### <a name="pe_settings"></a>`pe_settings` |
| 624 | + |
| 625 | +Data type: `Optional[Hash]` |
| 626 | + |
| 627 | + |
| 628 | + |
| 629 | +Default value: `{ password => 'puppetlabs' }` |
| 630 | + |
| 631 | +### <a name="ntpacceptanceprovision_integration"></a>`ntp::acceptance::provision_integration` |
| 632 | + |
| 633 | +Provisions machines for integration testing |
| 634 | + |
| 635 | +#### Examples |
| 636 | + |
| 637 | +##### |
| 638 | + |
| 639 | +```puppet |
| 640 | +ntp::acceptance::provision_integration |
| 641 | +``` |
| 642 | + |
| 643 | +#### Parameters |
| 644 | + |
| 645 | +The following parameters are available in the `ntp::acceptance::provision_integration` plan: |
| 646 | + |
| 647 | +* [`image`](#image) |
| 648 | +* [`provision_type`](#provision_type) |
| 649 | + |
| 650 | +##### <a name="image"></a>`image` |
| 651 | + |
| 652 | +Data type: `Optional[String]` |
| 653 | + |
| 654 | + |
| 655 | + |
| 656 | +Default value: `'centos-7'` |
| 657 | + |
| 658 | +##### <a name="provision_type"></a>`provision_type` |
| 659 | + |
| 660 | +Data type: `Optional[String]` |
| 661 | + |
| 662 | + |
| 663 | + |
| 664 | +Default value: `'provision_service'` |
| 665 | + |
0 commit comments