-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
+service "systemd-timesyncd" do
+ action [:stop, :disable]
+end