syntax, sigh
authorStephen Gran <steve@lobefin.net>
Sat, 17 Oct 2009 16:26:02 +0000 (17:26 +0100)
committerStephen Gran <steve@lobefin.net>
Sat, 17 Oct 2009 16:26:02 +0000 (17:26 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/munin-node/manifests/init.pp

index 9477743..6e2eb5e 100644 (file)
@@ -50,13 +50,13 @@ class munin-node {
             source  => [ "puppet:///munin-node/per-host/$fqdn/munin-node.conf",
                          "puppet:///munin-node/common/munin-node.conf" ],
             require => Package["munin-node"],
-            notify  => Exec["munin-node restart"],
+            notify  => Exec["munin-node restart"];
 
         "/etc/munin/plugin-conf.d/munin-node":
             source  => [ "puppet:///munin-node/per-host/$fqdn/munin-node.plugin.conf",
                          "puppet:///munin-node/common/munin-node.plugin.conf" ],
             require => Package["munin-node"],
-            notify  => Exec["munin-node restart"],
+            notify  => Exec["munin-node restart"];
     }
 
     exec { "munin-node restart":