diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7457a933..14db9073 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,16 @@
All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org).
+## [v9.1.1](https://github.com/puppetlabs/puppetlabs-ntp/tree/v9.1.1) (2022-06-06)
+
+[Full Changelog](https://github.com/puppetlabs/puppetlabs-ntp/compare/v9.1.0...v9.1.1)
+
+### Fixed
+
+- pdksync - \(GH-iac-334\) Remove Support for Ubuntu 14.04/16.04 [\#639](https://github.com/puppetlabs/puppetlabs-ntp/pull/639) ([david22swan](https://github.com/david22swan))
+- pdksync - \(IAC-1787\) Remove Support for CentOS 6 [\#637](https://github.com/puppetlabs/puppetlabs-ntp/pull/637) ([david22swan](https://github.com/david22swan))
+- pdksync - \(IAC-1598\) - Remove Support for Debian 8 [\#635](https://github.com/puppetlabs/puppetlabs-ntp/pull/635) ([david22swan](https://github.com/david22swan))
+
## [v9.1.0](https://github.com/puppetlabs/puppetlabs-ntp/tree/v9.1.0) (2021-08-26)
[Full Changelog](https://github.com/puppetlabs/puppetlabs-ntp/compare/v9.0.1...v9.1.0)
@@ -125,7 +135,7 @@ All notable changes to this project will be documented in this file. The format
### Added
-- Add SLES 15 hiera data [\#472](https://github.com/puppetlabs/puppetlabs-ntp/pull/472) ([mattiasgiese](https://github.com/mattiasgiese))
+- Add SLES 15 hiera data [\#472](https://github.com/puppetlabs/puppetlabs-ntp/pull/472) ([mattiascockburn](https://github.com/mattiascockburn))
- \(FM-7038\) Add support for Debian 9 [\#470](https://github.com/puppetlabs/puppetlabs-ntp/pull/470) ([david22swan](https://github.com/david22swan))
- add tos\_orphan parameter [\#452](https://github.com/puppetlabs/puppetlabs-ntp/pull/452) ([disklord](https://github.com/disklord))
diff --git a/REFERENCE.md b/REFERENCE.md
index bceaf23b..63ee4b89 100644
--- a/REFERENCE.md
+++ b/REFERENCE.md
@@ -21,6 +21,12 @@
* [`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['']]
* [`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['']]
+### Plans
+
+* [`ntp::acceptance::pe_agent`](#ntpacceptancepe_agent): Install PE
+* [`ntp::acceptance::pe_server`](#ntpacceptancepe_server): Install PE Server
+* [`ntp::acceptance::provision_integration`](#ntpacceptanceprovision_integration): Provisions machines
+
## Classes
### `ntp`
@@ -573,3 +579,87 @@ Alias of
Integer[4, 17]
```
+## Plans
+
+### `ntp::acceptance::pe_agent`
+
+Install PE Agent
+
+#### Examples
+
+#####
+
+```puppet
+ntp::acceptance::pe_agent
+```
+
+### `ntp::acceptance::pe_server`
+
+Install PE Server
+
+#### Examples
+
+#####
+
+```puppet
+ntp::acceptance::pe_server
+```
+
+#### Parameters
+
+The following parameters are available in the `ntp::acceptance::pe_server` plan:
+
+* [`version`](#version)
+* [`pe_settings`](#pe_settings)
+
+##### `version`
+
+Data type: `Optional[String]`
+
+
+
+Default value: `'2019.8.5'`
+
+##### `pe_settings`
+
+Data type: `Optional[Hash]`
+
+
+
+Default value: `{ password => 'puppetlabs' }`
+
+### `ntp::acceptance::provision_integration`
+
+Provisions machines for integration testing
+
+#### Examples
+
+#####
+
+```puppet
+ntp::acceptance::provision_integration
+```
+
+#### Parameters
+
+The following parameters are available in the `ntp::acceptance::provision_integration` plan:
+
+* [`image`](#image)
+* [`provision_type`](#provision_type)
+
+##### `image`
+
+Data type: `Optional[String]`
+
+
+
+Default value: `'centos-7'`
+
+##### `provision_type`
+
+Data type: `Optional[String]`
+
+
+
+Default value: `'provision_service'`
+
diff --git a/metadata.json b/metadata.json
index 1ab09326..d2a0750c 100644
--- a/metadata.json
+++ b/metadata.json
@@ -1,6 +1,6 @@
{
"name": "puppetlabs-ntp",
- "version": "9.1.0",
+ "version": "9.1.1",
"author": "puppetlabs",
"summary": "Installs, configures, and manages the NTP service.",
"license": "Apache-2.0",
diff --git a/pdk.yaml b/pdk.yaml
new file mode 100644
index 00000000..4bef4bd0
--- /dev/null
+++ b/pdk.yaml
@@ -0,0 +1,2 @@
+---
+ignore: []