]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - 3rdparty/modules/apache/templates/vhost/_header.erb
remove all openstack foo
[dsa-puppet.git] / 3rdparty / modules / apache / templates / vhost / _header.erb
diff --git a/3rdparty/modules/apache/templates/vhost/_header.erb b/3rdparty/modules/apache/templates/vhost/_header.erb
deleted file mode 100644 (file)
index c0f68c8..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-<% if @headers and ! @headers.empty? -%>
-
-  ## Header rules
-  ## as per http://httpd.apache.org/docs/2.2/mod/mod_headers.html#header
-  <%- Array(@headers).each do |header_statement| -%>
-    <%- if header_statement != '' -%>
-  Header <%= header_statement %>
-    <%- end -%>
-  <%- end -%>
-<% end -%>