Set munin-async restart time to 10sec
[mirror/dsa-puppet.git] / modules / munin / manifests / init.pp
index b4a5398..f6bd748 100644 (file)
@@ -85,6 +85,12 @@ class munin {
        package { 'munin-async':
                ensure => installed
        }
+       systemd::override { 'munin-async':
+               content  => @("EOF"),
+                       [Service]
+                       RestartSec=10
+                       | EOF
+       }
        file { '/etc/ssh/userkeys/munin-async':
                source => 'puppet:///modules/munin/munin-async-authkeys',
        }