From 9596d3c392d2ee3d362824c03be68f69c2024d51 Mon Sep 17 00:00:00 2001 From: Morgan Haskel Date: Wed, 1 Oct 2014 17:02:55 -0500 Subject: [PATCH 1/2] 3.2.1 prep --- CHANGELOG.md | 8 ++++++++ metadata.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0e0d6b09..1822b913d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +##2014-10-02 - Supported Release 3.2.1 +###Summary + +This is a bug-fix release addressing the security concerns of setting /etc/ntp to mode 0755 recursively. + +####Bugfixes +- Do not recursively set ownership/mode of /etc/ntp + ##2014-09-10 - Supported Release 3.2.0 ###Summary diff --git a/metadata.json b/metadata.json index 48fdafde2..94e49140f 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-ntp", - "version": "3.2.0", + "version": "3.2.1", "author": "Puppet Labs", "summary": "NTP Module", "license": "Apache Version 2.0", From d55e3723ff744a664e3c42faaf4bbaaf725498a4 Mon Sep 17 00:00:00 2001 From: Morgan Haskel Date: Thu, 2 Oct 2014 11:25:00 -0500 Subject: [PATCH 2/2] Missed some EL7 platforms --- metadata.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/metadata.json b/metadata.json index 94e49140f..29fa46d56 100644 --- a/metadata.json +++ b/metadata.json @@ -20,21 +20,24 @@ "operatingsystem": "CentOS", "operatingsystemrelease": [ "5", - "6" + "6", + "7" ] }, { "operatingsystem": "OracleLinux", "operatingsystemrelease": [ "5", - "6" + "6", + "7" ] }, { "operatingsystem": "Scientific", "operatingsystemrelease": [ "5", - "6" + "6", + "7" ] }, {