X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/49c2d2bed7bf3011df61ff04da6178f8b57db7a7..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 d95d55a7e..93c751e77 100644 --- a/cookbooks/dhcpd/templates/default/dhcpd.conf.erb +++ b/cookbooks/dhcpd/templates/default/dhcpd.conf.erb @@ -19,7 +19,7 @@ subnet <%= interface[:network] %> netmask <%= interface[:netmask] %> { option ntp-servers <%= node[:ntp][:servers].first %>; option time-offset 0; - option PCode "UTC"; + option PCode "UTC0"; option TCode "Etc/UTC"; next-server <%= interface[:gateway] %>;