From: Silvio Rhatto Date: Fri, 4 Feb 2011 20:21:12 +0000 (-0200) Subject: Adding default site template X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=82b12b8f82d130b33563fffe1374de9566b19d9d;p=puppet-apache.git Adding default site template --- diff --git a/templates/default.erb b/templates/default.erb new file mode 100644 index 0000000..46da14a --- /dev/null +++ b/templates/default.erb @@ -0,0 +1,15 @@ +# begin vhost for <%= fqdn %> + + ServerName <%= fqdn %> + ServerAlias <%= hosting_domain %> + DocumentRoot <%= $apache_default_folder %> + + # begin site config + > + Options Indexes Includes FollowSymLinks MultiViews + AllowOverride All + + # end site config + + +# end vhost for <%= fqdn %>