diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-02-04 18:27:19 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-02-04 18:27:19 -0200 |
commit | db3e186f93d806190fc090ff3637a5a9f86fff2a (patch) | |
tree | 6e41a619ae86489403cdd75525533156571d332c /templates | |
parent | 82b12b8f82d130b33563fffe1374de9566b19d9d (diff) | |
download | puppet-apache-db3e186f93d806190fc090ff3637a5a9f86fff2a.tar.gz puppet-apache-db3e186f93d806190fc090ff3637a5a9f86fff2a.tar.bz2 |
Cleanup
Diffstat (limited to 'templates')
-rw-r--r-- | templates/default.erb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/default.erb b/templates/default.erb index 46da14a..d3da728 100644 --- a/templates/default.erb +++ b/templates/default.erb @@ -1,7 +1,6 @@ # begin vhost for <%= fqdn %> <VirtualHost *:80> ServerName <%= fqdn %> - ServerAlias <%= hosting_domain %> DocumentRoot <%= $apache_default_folder %> # begin site config |