]> git.donarmstrong.com Git - dsa-puppet.git/blob - modules/ntpdate/templates/etc-default-ntpdate.erb
move etc/default/ntpdate to a template
[dsa-puppet.git] / modules / ntpdate / templates / etc-default-ntpdate.erb
1 ##
2 ## THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE.
3 ##
4
5 # The settings in this file are used by the program ntpdate-debian, but not
6 # by the upstream program ntpdate.
7
8 # Set to "yes" to take the server list from /etc/ntp.conf, from package ntp,
9 # so you only have to keep it in one place.
10 NTPDATE_USE_NTP_CONF=no
11
12 # List of NTP servers to use  (Separate multiple servers with spaces.)
13 # Not used if NTPDATE_USE_NTP_CONF is yes.
14 # merikanto     86.59.118.147
15 # orff          194.177.211.209
16 # ravel         206.12.19.5
17 # busoni        140.211.15.34
18 NTPSERVERS="86.59.118.147 194.177.211.209 206.12.19.5 140.211.15.34"
19
20 # Additional options to pass to ntpdate
21 NTPOPTIONS=""