diff modules/website/manifests/http.pp @ 182:1df1e161bbb5 puppet-3.6

Set group sticky bit on all sites to ease collaboration
author IBBoard <dev@ibboard.co.uk>
date Fri, 07 Dec 2018 19:52:50 +0000
parents d2b4750e843a
children 13825cc1ec57
line wrap: on
line diff
--- a/modules/website/manifests/http.pp	Sat Oct 20 10:07:51 2018 +0100
+++ b/modules/website/manifests/http.pp	Fri Dec 07 19:52:50 2018 +0000
@@ -32,6 +32,7 @@
     docroot         => $siteroot,
     docroot_owner   => $docroot_owner,
     docroot_group   => $docroot_group,
+    docroot_mode    => '2775',
     custom_fragment => $custom_fragment,
     logroot         => '/var/log/apache/',
     access_log_file => "access_${logpart}.log",