]> gitweb.fluxo.info Git - puppet-websites.git/commitdiff
Adds allow_override param into images website
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 25 Mar 2016 20:05:50 +0000 (17:05 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 25 Mar 2016 20:05:50 +0000 (17:05 -0300)
manifests/init.pp

index 1ff58690e86d7386048e7120554b14afcdf20821..b6103d6790d16d30dba16410ebbe2c8b593c7dfa 100644 (file)
@@ -1,7 +1,8 @@
 class websites inherits websites::setup {
   apache::site { "images":
-    docroot => "${apache::www_folder}/images",
-    mpm     => false,
-    tag     => 'all',
+    docroot        => "${apache::www_folder}/images",
+    allow_override => 'All',
+    mpm            => false,
+    tag            => 'all',
   }
 }