Skip to content

Commit

Permalink
Merge pull request redhat-openstack#214 from mhaskel/3.2.1-prep
Browse files Browse the repository at this point in the history
3.2.1 prep
  • Loading branch information
cyberious committed Oct 1, 2014
2 parents b8069ab + 9596d3c commit dcbefaa
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
1 change: 0 additions & 1 deletion manifests/config.pp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
owner => 0,
group => 0,
mode => '0755',
recurse => true,
}
}

Expand Down
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": "3.2.0",
"version": "3.2.1",
"author": "Puppet Labs",
"summary": "NTP Module",
"license": "Apache Version 2.0",
Expand Down

0 comments on commit dcbefaa

Please sign in to comment.