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 719a71b..9e11600 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,
        }
 }