]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
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 f09f8fc6a9ff14f93295708d01b0d821d4fb640f..0aadf0181693a4520db1ba25c0e4e7ede1a3a41c 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"];
         }
 }