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/manifests/config.pp b/manifests/config.pp index 7b2e52de5..91990ba11 100644 --- a/manifests/config.pp +++ b/manifests/config.pp @@ -8,7 +8,6 @@ owner => 0, group => 0, mode => '0755', - recurse => true, } } 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",