and the inevitable typo
authorStephen Gran <steve@lobefin.net>
Fri, 16 Oct 2009 20:27:09 +0000 (21:27 +0100)
committerStephen Gran <steve@lobefin.net>
Fri, 16 Oct 2009 20:27:09 +0000 (21:27 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/munin-node/manifests/init.pp

index f09f8fc..0aadf01 100644 (file)
@@ -1,6 +1,6 @@
 define activate_munin_check($script) {
        file { "/etc/munin/plugins/$script":
-                ensure => "/usr/share/munin/plugins/$script"
+                ensure => "/usr/share/munin/plugins/$script",
                 notify => Exec["munin-node restart"];
         }
 }