Skip to content

Commit

Permalink
Merge pull request #88 from hunner/fix-vhost-template
Browse files Browse the repository at this point in the history
Fix vhost template

reviewed-by: branan@puppetlabs.com
  • Loading branch information
hunner committed Aug 24, 2012
2 parents 9715a20 + 8c95c76 commit 147b75c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/vhost-default.conf.erb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ NameVirtualHost <%= vhost_name %>:<%= port %>
<% if serveraliases.is_a? Array -%>
<% serveraliases.each do |name| -%><%= " ServerAlias #{name}\n" %><% end -%>
<% elsif serveraliases != '' -%>
<%= " ServerAlias #{serveraliases}" -%>
<%= " ServerAlias #{serveraliases}" %>
<% end -%>
DocumentRoot <%= docroot %>
<Directory <%= docroot %>>
Expand Down

0 comments on commit 147b75c

Please sign in to comment.