refs #8553 - add ntp_servers variable
This commit is contained in:
parent
26988f3ea8
commit
2990e7e969
|
@ -14,7 +14,7 @@ max-lease-time 86400;
|
|||
|
||||
option domain-name "{{ domain_name.name }}";
|
||||
option domain-name-servers {{ domain_name.servers }};
|
||||
option ntp-servers {{ ntp_servers }};
|
||||
option ntp-servers {{ domain_name.ntp_servers }};
|
||||
|
||||
# DHCP daemon uses default time zone UTC
|
||||
db-time-format local;
|
||||
|
|
Loading…
Reference in New Issue