X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/fb1f1d56e8d8a6a86b79c71546e6c114fec2640c..66c8810de3626826ca758bf47b0def637254c97c:/cookbooks/ntp/recipes/default.rb diff --git a/cookbooks/ntp/recipes/default.rb b/cookbooks/ntp/recipes/default.rb index 96e6c2caf..cdf3b5a96 100644 --- a/cookbooks/ntp/recipes/default.rb +++ b/cookbooks/ntp/recipes/default.rb @@ -33,7 +33,7 @@ end file "/etc/timezone" do owner "root" group "root" - mode 0644 + mode 0o644 content "#{node[:tz]}\n" notifies :run, "execute[dpkg-reconfigure-tzdata]", :immediately end @@ -47,11 +47,11 @@ template "/etc/ntp.conf" do source "ntp.conf.erb" owner "root" group "root" - mode 0644 + mode 0o644 notifies :restart, "service[ntp]" end -munin_plugins = %w(ntp_kernel_err ntp_kernel_pll_freq ntp_kernel_pll_off ntp_offset) +munin_plugins = %w[ntp_kernel_err ntp_kernel_pll_freq ntp_kernel_pll_off ntp_offset] munin_plugin "ntp_kernel_err" munin_plugin "ntp_kernel_pll_freq"