From: Stephen Gran Date: Fri, 16 Oct 2009 20:16:31 +0000 (+0100) Subject: and the inevitable typo X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=694c6e9e24e1b9c59f27e9baca5304befda62dfb;p=dsa-puppet.git and the inevitable typo Signed-off-by: Stephen Gran --- diff --git a/modules/apache2/manifests/init.pp b/modules/apache2/manifests/init.pp index 633a4732..8a5684cc 100644 --- a/modules/apache2/manifests/init.pp +++ b/modules/apache2/manifests/init.pp @@ -27,6 +27,7 @@ class apache2 { source => [ "puppet:///apache2/per-host/$fqdn/etc/apache2/conf.d/local-serverinfo", "puppet:///apache2/common/etc/apache2/conf.d/local-serverinfo" ], require => Package["apache2"], + notify => Exec["apache2 reload"]; "/etc/apache2/conf.d/server-status": source => [ "puppet:///apache2/per-host/$fqdn/etc/apache2/conf.d/server-status", "puppet:///apache2/common/etc/apache2/conf.d/server-status" ],