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