diff options
author | Hunter Haugen <h.haugen@gmail.com> | 2013-07-12 11:39:41 -0700 |
---|---|---|
committer | Hunter Haugen <h.haugen@gmail.com> | 2013-07-12 11:39:41 -0700 |
commit | 811f0efae125360edd9c7c414b89a755680588b0 (patch) | |
tree | 43ccc4dd84a9f6432433b7b6aed4d1d159800df4 | |
parent | 8ecb0c94a4633e90f8e892098da10ef08a30b5bc (diff) | |
parent | ac9f9df603b6e22f13a4c12cfff41a2fcda5ec10 (diff) |
Merge pull request #71 from apenney/100-release1.0.0
Prepare the 1.0.0 release.
-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' |