File: //proc/self/root/etc/ntp.conf
# ntp.conf: Managed by puppet.
#
# Enable next tinker options:
# panic - keep ntpd from panicking in the event of a large clock skew
# when a VM guest is suspended and resumed;
# stepout - allow ntpd change offset faster
tinker panic 0 stepout 5
disable monitor
statsdir /var/log/ntpstats
# Permit time synchronization with our time source, but do not
# permit the source to query or modify the service on this system.
restrict 127.0.0.1
restrict 10.16.10.103
# Ignore wildcard interface and only listen on the following specified
# interfaces
interface ignore wildcard
interface listen 127.0.0.1
interface listen 10.16.10.103
# Set up servers for ntpd with next options:
# server - IP address or DNS name of upstream NTP server
# burst - send a burst of eight packets instead of the usual one.
# iburst - allow send sync packages faster if upstream unavailable
# prefer - select preferrable server
# minpoll - set minimal update frequency
# maxpoll - set maximal update frequency
# noselect - do not sync with this server
server ntp0.infra.masterhost.ru iburst minpoll 5
# Driftfile.
driftfile /var/lib/ntp/drift