]> git.donarmstrong.com Git - dsa-puppet.git/blob - modules/ntp/files/server.conf
6511b02f3988353c35478fc1c8fbff1279861aa1
[dsa-puppet.git] / modules / ntp / files / server.conf
1 ##
2 ## THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE.
3 ## USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git
4 ##
5
6 driftfile /var/lib/ntp/ntp.drift
7 statsdir /var/log/ntpstats/
8
9 statistics loopstats peerstats clockstats
10 filegen loopstats file loopstats type day enable
11 filegen peerstats file peerstats type day enable
12 filegen clockstats file clockstats type day enable
13 server 0.debian.pool.ntp.org iburst dynamic
14 server 1.debian.pool.ntp.org iburst dynamic
15 server 2.debian.pool.ntp.org iburst dynamic
16 server 3.debian.pool.ntp.org iburst dynamic
17
18 restrict -4 default kod notrap nomodify nopeer noquery
19 restrict -6 default kod notrap nomodify nopeer noquery
20
21 restrict 127.0.0.1
22 restrict ::1