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