diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-06-13 11:33:23 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-06-13 11:33:23 -0300 |
commit | 6b40dc405a167461fe39667d68772161980850cf (patch) | |
tree | 030c56daa88a1677740a425341c35c42f5907490 | |
parent | fb83f10fe25c67bfce72199204bd3bfd5a9c838d (diff) | |
download | puppet-apache-6b40dc405a167461fe39667d68772161980850cf.tar.gz puppet-apache-6b40dc405a167461fe39667d68772161980850cf.tar.bz2 |
Adds Require all granted into site macro
-rw-r--r-- | templates/macros.erb | 1 |
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> |