file "/etc/timezone" do
owner "root"
group "root"
- mode 0644
+ mode 0o644
content "#{node[:tz]}\n"
notifies :run, "execute[dpkg-reconfigure-tzdata]", :immediately
end
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"