further updates wrt changed ntp server

This commit is contained in:
Markus 2018-10-15 21:46:30 +02:00
parent 271305ad34
commit e88a6e5691
3 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ ntp_servers:
- ntps1-0.cs.tu-berlin.de
ntp_peers:
- 172.23.1.61
- 172.23.1.60
slapd_hostname: ldap1.binary.kitchen
slapd_role: slave

View File

@ -3,7 +3,7 @@
# option definitions common to all supported networks...
option domain-name "binary.kitchen";
option domain-name-servers {{ name_servers | join(', ') }};
option ntp-servers 172.23.1.61, 172.23.2.3;
option ntp-servers 172.23.1.60, 172.23.2.3;
default-lease-time 7200;
max-lease-time 28800;