summaryrefslogtreecommitdiff
path: root/templates/ntp.conf.debian.erb
AgeCommit message (Collapse)Author
2013-05-25User @servers_real instead of servers_real to avoid warningsColin Rice
2012-11-28Add restrict parameterHunter Haugen
NTP servers should not restrict themselves to 127.0.0.1, and this commit adds a `restrict` parameter to enable/disable this configuration block in the relevent templates.
2012-10-11Fix is_virtual check in ntp.conf templatesMatt Summers
is_virtual fact must be checked using a string comparison. The previous logic would resolve true if the is_virtual fact was defined. This meant that on servers where is_virtual was defined as "false", the vm-only snippet was still inserted into the template.
2012-05-15(#14497) Add tinker_panic option for ntpdSteve Huff
Automatically sets tinker_panic 0 when $is_virtual is true. This configuration enables ntpd to cope with large clock skews, such as occur when a VM guest is suspended and resumed. More information is available here: http://www.vmware.com/pdf/vmware_timekeeping.pdf
2011-12-04(#11155) Fix templates so they are ruby-1.9.2 compatibleKen Barber
The templates had #each methods being called on strings which is not ruby-1.9.2 compatible. Instead, I've converted the string to an array using a pattern that is still compatible if an array is passed.
2011-02-23Add Enterprise Linux supportv0.0.2Jeff McCune
2011-02-23Add ntp debian module.Jeff McCune
This module will be published to the forge and includes Debian and Ubuntu support initially. RedHat support will be added shortly.