From: Grant Slater Date: Wed, 12 Oct 2022 09:46:59 +0000 (+0100) Subject: dhcpd: Fix PCode format: stdoffset X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/696cccec95ba2c731c8f6d80ba906161ad93c7b2?hp=49c2d2bed7bf3011df61ff04da6178f8b57db7a7 dhcpd: Fix PCode format: stdoffset --- 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] %>;