]> gitweb.fluxo.info Git - puppet-apache.git/commitdiff
Adds Require all granted into site macro
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 13 Jun 2016 14:33:23 +0000 (11:33 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 13 Jun 2016 14:33:23 +0000 (11:33 -0300)
templates/macros.erb

index 1cabce5ba2f856a778071708f17b13c527316124..28038c0dd9457cb7096230a3428ceeb2ef00479e 100644 (file)
@@ -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>