summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-06-13 11:33:23 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-06-13 11:33:23 -0300
commit6b40dc405a167461fe39667d68772161980850cf (patch)
tree030c56daa88a1677740a425341c35c42f5907490
parentfb83f10fe25c67bfce72199204bd3bfd5a9c838d (diff)
downloadpuppet-apache-6b40dc405a167461fe39667d68772161980850cf.tar.gz
puppet-apache-6b40dc405a167461fe39667d68772161980850cf.tar.bz2
Adds Require all granted into site macro
-rw-r--r--templates/macros.erb1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/macros.erb b/templates/macros.erb
index 1cabce5..28038c0 100644
--- a/templates/macros.erb
+++ b/templates/macros.erb
@@ -42,6 +42,7 @@
<Directory <%= scope.lookupvar('apache::sites_folder') %>/$name/site>
Options Indexes Includes FollowSymLinks MultiViews
AllowOverride All
+ Require all granted
</Directory>
# end site config
</Macro>