Skip to content

Commit 55640d2

Browse files
author
Morgan Haskel
committed
Merge pull request #287 from bmjen/mergeback
4.1.x Mergeback to master
2 parents 5317d44 + 5774e6b commit 55640d2

File tree

4 files changed

+19
-8
lines changed

4 files changed

+19
-8
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 2015-07-21 - Supported Release 4.1.0
2+
### Summary
3+
This release updates metadata to support new version of puppet enterprise, as well as new features, bugfixes, and test improvements.
4+
5+
#### Features
6+
- Adds Solaris 10 support
7+
- Adds Fedora 20, 21, 22 compatibility
8+
9+
#### Bugfixes
10+
- Fix default configuration for Debian (MODULES-2087)
11+
- Fix to ensure log file is created before service starts
12+
- Fixes SLES params for SLES 10, 11, 12
13+
114
## 2015-05-26 - Supported Release 4.0.0
215
### Summary
316
This release drops puppet 2.7 support and older stdlib support. It also includes the addition of 12 new properties, as well as numerous bug fixes and other improvements.

README.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ Specifies the stratum the server should operate at when using the undisciplined
315315

316316
##Limitations
317317

318-
This module has been tested on [all PE-supported platforms](https://forge.puppetlabs.com/supported#compat-matrix), and no issues have been identified. Additionally, it is tested (but not supported) on Solaris 10 and 12 and Fedora 20-22.
318+
This module has been tested on [all PE-supported platforms](https://forge.puppetlabs.com/supported#compat-matrix), and no issues have been identified. Additionally, it is tested (but not supported) on Solaris 10 and Fedora 20-22.
319319

320320
##Development
321321

manifests/params.pp

+1-1
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@
237237
'127.0.0.1',
238238
]
239239
} else {
240-
# Solaris 11, 12 ...
240+
# Solaris 11...
241241
$package_name = [ 'service/network/ntp' ]
242242
$restrict = [
243243
'default kod nomodify notrap nopeer noquery',

metadata.json

+4-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-ntp",
3-
"version": "4.0.0",
3+
"version": "4.1.0",
44
"author": "Puppet Labs",
55
"summary": "Installs, configures, and manages the NTP service.",
66
"license": "Apache Version 2.0",
@@ -74,9 +74,7 @@
7474
{
7575
"operatingsystem": "Solaris",
7676
"operatingsystemrelease": [
77-
"10",
78-
"11",
79-
"12"
77+
"11"
8078
]
8179
},
8280
{
@@ -91,11 +89,11 @@
9189
"requirements": [
9290
{
9391
"name": "pe",
94-
"version_requirement": ">= 3.7.0 < 4.0.0"
92+
"version_requirement": ">= 3.7.0 < 2015.3.0"
9593
},
9694
{
9795
"name": "puppet",
98-
"version_requirement": "3.x"
96+
"version_requirement": ">= 3.0.0 < 5.0.0"
9997
}
10098
],
10199
"description": "NTP Module for Debian, Ubuntu, CentOS, RHEL, OEL, Fedora, FreeBSD, ArchLinux and Gentoo.",

0 commit comments

Comments
 (0)