diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2018-06-06 18:58:47 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2018-06-06 18:58:47 -0300 |
commit | 737b596d073acad8ddcd26ac8a1c7e4a0dafd4b3 (patch) | |
tree | 96cfc51a305a5a5fdf7365f5f4bc99c2589dfab8 /manifests/init.pp | |
parent | 2f18f55ec1ac6a8eed4d7f2ef6bae709a1158fb8 (diff) | |
download | puppet-websites-737b596d073acad8ddcd26ac8a1c7e4a0dafd4b3.tar.gz puppet-websites-737b596d073acad8ddcd26ac8a1c7e4a0dafd4b3.tar.bz2 |
Set manager_user to false at images, error and domain sites
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', } |