]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
and remove the syntax error, hopefully
authorStephen Gran <steve@lobefin.net>
Sat, 17 Oct 2009 14:52:57 +0000 (15:52 +0100)
committerStephen Gran <steve@lobefin.net>
Sat, 17 Oct 2009 14:52:57 +0000 (15:52 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/apache2/manifests/init.pp

index 719a71b5dd19002c934466ccb30c1afce2d92db8..9e116006cbe826608b05f6e0f582e4a2d62b29d3 100644 (file)
@@ -80,14 +80,13 @@ class apache2 {
                #       ensure  => directory;
        }
 
-       exec {
-            "reload-apache2":
+       exec { "reload-apache2":
                command => "/etc/init.d/apache2 reload",
-               refreshonly => true;
+               refreshonly => true,
+        }
 
-            "force-reload-apache2":
+        exec { "force-reload-apache2":
                command => "/etc/init.d/apache2 force-reload",
-               refreshonly => true;
-
+               refreshonly => true,
        }
 }