diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/apache/manifests/init.pp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/apache/manifests/init.pp b/modules/apache/manifests/init.pp index 7eec1767..5287eb71 100644 --- a/modules/apache/manifests/init.pp +++ b/modules/apache/manifests/init.pp @@ -50,7 +50,7 @@ class apache { group => root, mode => 644, require => Package['apache-conf'], - content => template('apache/mod_php.conf') + content => template('apache/mod_php.conf'), notify => Service['apache'], } } @@ -101,7 +101,7 @@ class apache { group => root, mode => 644, require => Package['apache-conf'], - content => template('apache/mod_wsgi.conf') + content => template('apache/mod_wsgi.conf'), notify => Service['apache'], } |