diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2009-11-08 14:25:45 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2009-11-08 14:25:45 -0200 |
commit | 5e3f3ea7b0f230238116765f125db7fbf443a9c3 (patch) | |
tree | 70e31d7a86de9d8f82015f9067a3e4459cbc2f1f /templates | |
parent | d509548b5df862e9d16c0f4df01c5d78bc2e0644 (diff) | |
download | puppet-apache-5e3f3ea7b0f230238116765f125db7fbf443a9c3.tar.gz puppet-apache-5e3f3ea7b0f230238116765f125db7fbf443a9c3.tar.bz2 |
Minor fix
Diffstat (limited to 'templates')
-rw-r--r-- | templates/site.erb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/site.erb b/templates/site.erb index 795fadc..1d24628 100644 --- a/templates/site.erb +++ b/templates/site.erb @@ -5,7 +5,7 @@ DocumentRoot <%= docroot %> <% if redirect != false %> RedirectMatch ^/$ <%= protocol %>://<%= title %>.<%= domain %>/<%= redirect %><% end %> <% if use != false %><% use.each do |instance| -%> - Use <%= instance %><% end -%> -<% end -%> + Use <%= instance %> +<% end -%><% end -%> </VirtualHost> # end vhost for <%= title %> |