try again, with puppetforge modules, correctly included now
[mirror/dsa-puppet.git] / 3rdparty / modules / apache / templates / vhost / _header.erb
1 <% if @headers and ! @headers.empty? -%>
2
3   ## Header rules
4   ## as per http://httpd.apache.org/docs/2.2/mod/mod_headers.html#header
5   <%- Array(@headers).each do |header_statement| -%>
6     <%- if header_statement != '' -%>
7   Header <%= header_statement %>
8     <%- end -%>
9   <%- end -%>
10 <% end -%>