remove duplicate /etc/ssh/userkeys/dak, add srv/ftp.../home
[mirror/dsa-puppet.git] / modules / munin / manifests / init.pp
index f6bd748..8e4e7f2 100644 (file)
@@ -85,7 +85,11 @@ class munin {
        package { 'munin-async':
                ensure => installed
        }
-       systemd::override { 'munin-async':
+       service { 'munin-async':
+               ensure  => running,
+               require => Package['munin-async'],
+       }
+       dsa_systemd::override { 'munin-async':
                content  => @("EOF"),
                        [Service]
                        RestartSec=10