puzzle / puppet-ntp
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
Marcel Haerry (author)
Tue Nov 25 08:12:12 -0800 2008
| name | age | message | |
|---|---|---|---|
| |
README | Sun Dec 23 07:14:01 -0800 2007 | |
| |
files/ | Tue May 13 03:09:26 -0700 2008 | |
| |
manifests/ | Tue Sep 30 14:39:57 -0700 2008 | |
| |
plugins/ | Sun Dec 23 07:14:01 -0800 2007 | |
| |
templates/ | Sun Dec 23 07:14:01 -0800 2007 |
README
Configures the ntp-server package to keep the local time synchronized. The "server" class targets the central time servers of a organisation or for single servers, directly synchronising to some online servers. The "client" class uses the defines "server"s to get the time, thereby not burdening the public servers further. Refer to http://www.eecis.udel.edu/~mills/ntp/html/notes.html for details pertaining to a efficient and robust NTP Subnet implementation. The upstream NTP servers are set by specifying them in an array called $ntp_servers. It is recommended to use a different set of upstreams for each "server". Are no upstreams specified, the Pool is used. The stratum of the local clock is set via the $ntp_local_stratum variable, which is 13 by default. One Server should have this set to a lower stratum to provide a stable fallback in case of catastropic connection loss.
