ReleaseEngineering/PuppetAgain/Modules/ntp: Difference between revisions
< ReleaseEngineering | PuppetAgain | Modules
Jump to navigation
Jump to search
(Created page with "This module provides basic NTP support. It has two available classes: == ntp::daemon == This runs the usual 'ntpd' daemon, and thus ensures that a machine will stay synchronize...") |
|||
| Line 5: | Line 5: | ||
== ntp::daemon == | == ntp::daemon == | ||
This runs the usual 'ntpd' daemon, and thus ensures that a machine will stay synchronized to the time server. | This runs the usual 'ntpd' daemon, and thus ensures that a machine will stay synchronized to the time server. | ||
{{note|This module will disable NTP on VMware due to it not working properly there}} | |||
== ntp::atboot == | == ntp::atboot == | ||
This runs ntpdate at boot time, synchronizing the time once, but not running a daemon (which could affect performance times later). This is used on systems that will be running talos tests. | This runs ntpdate at boot time, synchronizing the time once, but not running a daemon (which could affect performance times later). This is used on systems that will be running talos tests. | ||
Revision as of 02:39, 8 December 2011
This module provides basic NTP support.
It has two available classes:
ntp::daemon
This runs the usual 'ntpd' daemon, and thus ensures that a machine will stay synchronized to the time server.
Note: This module will disable NTP on VMware due to it not working properly there
ntp::atboot
This runs ntpdate at boot time, synchronizing the time once, but not running a daemon (which could affect performance times later). This is used on systems that will be running talos tests.