diff options
author | Ashley Penney <ashley.penney@puppetlabs.com> | 2013-07-09 16:59:43 -0400 |
---|---|---|
committer | Ashley Penney <ashley.penney@puppetlabs.com> | 2013-07-09 17:01:04 -0400 |
commit | 5fd66d38ed79bb42c64ff68f26a43e71207476ef (patch) | |
tree | d313c8dba66ca14de0928340b8ab652e42f39b7a /CHANGELOG | |
parent | 43b484c7ab6f92c9eae165982ba127e3d3a87a2e (diff) |
Add panic as a new parameter in case people want to allow clock skews.
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -3,7 +3,9 @@ Features: - Completely refactored to split across several classes. - rspec-puppet tests rewritten to cover more options. - rspec-system tests added. -- autoupdate deprecated in favor of directly setting package_ensure. +- 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. 2011-11-10 Dan Bode <dan@puppetlabs.com> - 0.0.4 Add Amazon Linux as a supported platform |