diff options
-rw-r--r-- | CHANGELOG | 1 | ||||
-rw-r--r-- | Modulefile | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -3,6 +3,7 @@ Features: - Completely refactored to split across several classes. - rspec-puppet tests rewritten to cover more options. - rspec-system tests added. +- ArchLinux handled via osfamily instead of special casing. - parameters in `ntp` class: - `autoupdate`: deprecated in favor of directly setting package_ensure. - `panic`: set to false if you wish to allow large clock skews. @@ -1,5 +1,5 @@ name 'puppetlabs-ntp' -version '1.0.0-rc1' +version '1.0.0' source 'git://github.com/puppetlabs/puppetlabs-ntp' author 'Puppet Labs' license 'Apache Version 2.0' |