From: Silvio Rhatto Date: Sat, 5 Dec 2020 17:09:16 +0000 (-0300) Subject: Feat: some handy macros X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=fc9a09da4eebb307e4d273b4c0999c5ee7f9bd49;p=puppet-apache.git Feat: some handy macros --- diff --git a/templates/macros.erb b/templates/macros.erb index 28038c0..3b5f9e3 100644 --- a/templates/macros.erb +++ b/templates/macros.erb @@ -47,6 +47,46 @@ # end site config + + # begin site config + /$name/www> + Options Indexes Includes FollowSymLinks MultiViews + AllowOverride All + Require all granted + + # end site config + + + + # begin site config + /$name/web> + Options Indexes Includes FollowSymLinks MultiViews + AllowOverride All + Require all granted + + # end site config + + + + # begin site config + /$name/src> + Options Indexes Includes FollowSymLinks MultiViews + AllowOverride All + Require all granted + + # end site config + + + + # begin site config + /$name/html> + Options Indexes Includes FollowSymLinks MultiViews + AllowOverride All + Require all granted + + # end site config + + # begin trac config