From 88d45799f80894f439386722391a35e4541a1e87 Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Sat, 17 Oct 2009 15:52:57 +0100 Subject: [PATCH] and remove the syntax error, hopefully Signed-off-by: Stephen Gran --- modules/apache2/manifests/init.pp | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/modules/apache2/manifests/init.pp b/modules/apache2/manifests/init.pp index 719a71b5d..9e116006c 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, } } -- 2.20.1