diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-02-04 18:36:40 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-02-04 18:36:40 -0200 |
commit | 8c70c95a59b4d5d8ad7f09a76b2495bd7c94fb75 (patch) | |
tree | 2eaf3482fac1e71b9e609a0111f9930a490686b7 | |
parent | db3e186f93d806190fc090ff3637a5a9f86fff2a (diff) | |
download | puppet-apache-8c70c95a59b4d5d8ad7f09a76b2495bd7c94fb75.tar.gz puppet-apache-8c70c95a59b4d5d8ad7f09a76b2495bd7c94fb75.tar.bz2 |
Oops
-rw-r--r-- | templates/default.erb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/default.erb b/templates/default.erb index d3da728..b7175b0 100644 --- a/templates/default.erb +++ b/templates/default.erb @@ -1,10 +1,10 @@ # begin vhost for <%= fqdn %> <VirtualHost *:80> ServerName <%= fqdn %> - DocumentRoot <%= $apache_default_folder %> + DocumentRoot <%= apache_default_folder %> # begin site config - <Directory <%= $apache_default_folder %>> + <Directory <%= apache_default_folder %>> Options Indexes Includes FollowSymLinks MultiViews AllowOverride All </Directory> |