From: Silvio Rhatto Date: Fri, 25 Mar 2016 20:05:50 +0000 (-0300) Subject: Adds allow_override param into images website X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=338c33de61aac06143e10942ac178e405fe673b0;p=puppet-websites.git Adds allow_override param into images website --- diff --git a/manifests/init.pp b/manifests/init.pp index 1ff5869..b6103d6 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -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', } }