From 338c33de61aac06143e10942ac178e405fe673b0 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 25 Mar 2016 17:05:50 -0300 Subject: Adds allow_override param into images website --- manifests/init.pp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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', } } -- cgit v1.2.3