From: Stephen Gran Date: Sat, 17 Oct 2009 14:52:57 +0000 (+0100) Subject: and remove the syntax error, hopefully X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=88d45799f80894f439386722391a35e4541a1e87;p=dsa-puppet.git and remove the syntax error, hopefully Signed-off-by: Stephen Gran --- diff --git a/modules/apache2/manifests/init.pp b/modules/apache2/manifests/init.pp index 719a71b5..9e116006 100644 --- a/modules/apache2/manifests/init.pp +++ b/modules/apache2/manifests/init.pp @@ -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, } }