try again, with puppetforge modules, correctly included now
[mirror/dsa-puppet.git] / 3rdparty / modules / apache / templates / vhost / _file_header.erb
1 # ************************************
2 # Vhost template in module puppetlabs-apache
3 # Managed by Puppet
4 # ************************************
5
6 <VirtualHost <%= @nvh_addr_port %>>
7   ServerName <%= @servername %>
8 <% if @serveradmin -%>
9   ServerAdmin <%= @serveradmin %>
10 <% end -%>