Skip to content

Commit

Permalink
Merge pull request #646 from puppetlabs/release-prep
Browse files Browse the repository at this point in the history
Release prep v9.1.1
  • Loading branch information
LukasAud authored Jun 6, 2022
2 parents 3eb712c + 20d8bdd commit a1dc034
Show file tree
Hide file tree
Showing 4 changed files with 104 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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))

Expand Down
90 changes: 90 additions & 0 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

### <a name="ntp"></a>`ntp`
Expand Down Expand Up @@ -573,3 +579,87 @@ Alias of
Integer[4, 17]
```

## Plans

### <a name="ntpacceptancepe_agent"></a>`ntp::acceptance::pe_agent`

Install PE Agent

#### Examples

#####

```puppet
ntp::acceptance::pe_agent
```

### <a name="ntpacceptancepe_server"></a>`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)

##### <a name="version"></a>`version`

Data type: `Optional[String]`



Default value: `'2019.8.5'`

##### <a name="pe_settings"></a>`pe_settings`

Data type: `Optional[Hash]`



Default value: `{ password => 'puppetlabs' }`

### <a name="ntpacceptanceprovision_integration"></a>`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)

##### <a name="image"></a>`image`

Data type: `Optional[String]`



Default value: `'centos-7'`

##### <a name="provision_type"></a>`provision_type`

Data type: `Optional[String]`



Default value: `'provision_service'`

2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 2 additions & 0 deletions pdk.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
ignore: []

0 comments on commit a1dc034

Please sign in to comment.