Skip to content
This repository has been archived by the owner on Aug 27, 2020. It is now read-only.
/ puppet-ntp-old Public archive

Manage a local NTP subnet with servers and clients.

Notifications You must be signed in to change notification settings

DavidS/puppet-ntp-old

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Manage a local NTP subnet with servers and clients.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages