diff options
Diffstat (limited to 'manifests/init.pp')
-rw-r--r-- | manifests/init.pp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 1ff5869..b6103d6 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -1,7 +1,8 @@ class websites inherits websites::setup { apache::site { "images": - docroot => "${apache::www_folder}/images", - mpm => false, - tag => 'all', + docroot => "${apache::www_folder}/images", + allow_override => 'All', + mpm => false, + tag => 'all', } } |