-munin_plugins = []
-
-if node[:lsb][:release].to_f <= 8.04
- munin_plugins = [ "ntp_states" ]
-
- node[:ntp][:servers].each do |name|
- name = Socket.gethostbyname(name)[0].gsub!(/[.-]/, "_")
-
- munin_plugin "ntp_#{name}" do
- target "ntp_"
- end
-
- munin_plugins.push("ntp_#{name}")
- end
-
- munin_plugin "ntp_states"
-else
- munin_plugins = [ "ntp_kernel_err", "ntp_kernel_pll_freq", "ntp_kernel_pll_off", "ntp_offset" ]
+service "systemd-timesyncd" do
+ action [:stop, :disable]
+end