X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/8c16485bd48dedeb64f16fdb3df68bd01be66f82..696cccec95ba2c731c8f6d80ba906161ad93c7b2:/cookbooks/dhcpd/templates/default/dhcpd.conf.erb diff --git a/cookbooks/dhcpd/templates/default/dhcpd.conf.erb b/cookbooks/dhcpd/templates/default/dhcpd.conf.erb index 7d20b1b9e..93c751e77 100644 --- a/cookbooks/dhcpd/templates/default/dhcpd.conf.erb +++ b/cookbooks/dhcpd/templates/default/dhcpd.conf.erb @@ -1,6 +1,9 @@ # DO NOT EDIT - This file is being maintained by Chef option arch code 93 = unsigned integer 16; +# ilo5 expects TZ data per rfc4833 +option PCode code 100 = text; +option TCode code 101 = text; default-lease-time 600; max-lease-time 7200; @@ -14,7 +17,12 @@ subnet <%= interface[:network] %> netmask <%= interface[:netmask] %> { option domain-name "<%= @domain %>"; option domain-name-servers <%= interface[:gateway] %>; option ntp-servers <%= node[:ntp][:servers].first %>; + option time-offset 0; + option PCode "UTC0"; + option TCode "Etc/UTC"; + + next-server <%= interface[:gateway] %>; # See https://netboot.xyz/docs/docker/#dhcp-configurations if exists user-class and ( option user-class = "iPXE" ) {