we can shorten that
[mirror/dsa-puppet.git] / modules / munin-node / manifests / init.pp
index 0fc6d1e..523d6b9 100644 (file)
@@ -1,4 +1,4 @@
-define activate_munin_check($name) {
+define activate_munin_check() {
        file { "/etc/munin/plugins/$name":
                 ensure => "/usr/share/munin/plugins/$name",
                 notify => Exec["munin-node restart"];