Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-07-05 | Rename all the servers_real functions to servers. | Ashley Penney | |
2013-05-25 | User @servers_real instead of servers_real to avoid warnings | Colin Rice | |
2012-10-11 | Fix is_virtual check in ntp.conf templates | Matt 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 ntpd | Steve 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 | |||
2012-05-13 | (#14457) Add FreeBSD support for the NTP class | Will Hopper | |