Comment 3 for bug 1656150

Revision history for this message
Luca Cervigni (cervigni) wrote :

[root@fuel ~]# cat /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

# Permit time synchronization with our time source, but do not
# permit the source to query or modify the service on this system.
restrict default kod nomodify notrap nopeer noquery
restrict -6 default kod nomodify notrap nopeer noquery
restrict 127.0.0.1
restrict -6 ::1

# Set up servers for ntpd with next options:
# server - IP address or DNS name of upstream NTP server
# iburst - allow send sync packages faster if upstream unavailable
# prefer - select preferrable server
# minpoll - set minimal update frequency
# maxpoll - set maximal update frequency
server 192.65.130.2 iburst minpoll 3 maxpoll 9
server 192.65.130.1 iburst minpoll 3 maxpoll 9

# Driftfile.
driftfile /var/lib/ntp/drift

[root@fuel ~]# cat /etc/send2syslog.conf
cat: /etc/send2syslog.conf: No such file or directory