diff modules/website/manifests/https.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 4519b727cc4c
line wrap: on
line diff
--- a/modules/website/manifests/https.pp	Sat Oct 20 10:07:51 2018 +0100
+++ b/modules/website/manifests/https.pp	Fri Dec 07 19:52:50 2018 +0000
@@ -138,6 +138,7 @@
     docroot         => $siteroot,
     docroot_owner   => $owner,
     docroot_group   => $group,
+    docroot_mode    => '2775',
     custom_fragment => $custom_conf,
     logroot         => '/var/log/apache/',
     access_log_file => "access_${logpart}.log",