]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - 3rdparty/modules/apache/templates/mod/geoip.conf.erb
remove all openstack foo
[dsa-puppet.git] / 3rdparty / modules / apache / templates / mod / geoip.conf.erb
diff --git a/3rdparty/modules/apache/templates/mod/geoip.conf.erb b/3rdparty/modules/apache/templates/mod/geoip.conf.erb
deleted file mode 100644 (file)
index 84b5dfe..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-GeoIPEnable <%= scope.function_bool2httpd([@enable]) %>
-
-<%- if @db_file and ! [ false, 'false', '' ].include?(@db_file) -%>
-    <%- if @db_file.kind_of?(Array) -%>
-      <%- Array(@db_file).each do |file| -%>
-GeoIPDBFile <%= file %> <%= @flag %>
-      <%- end -%>
-    <%- else -%>
-GeoIPDBFile <%= @db_file %> <%= @flag %>
-    <%- end -%>
-<%- end -%>
-GeoIPOutput <%= @output %>
-<% if ! @enable_utf8.nil? -%>
-GeoIPEnableUTF8 <%= scope.function_bool2httpd([@enable_utf8]) %>
-<% end -%>
-<% if ! @scan_proxy_headers.nil? -%>
-GeoIPScanProxyHeaders <%= scope.function_bool2httpd([@scan_proxy_headers]) %>
-<% end -%>
-<% if ! @use_last_xforwarededfor_ip.nil? -%>
-GeoIPUseLastXForwardedForIP <%= scope.function_bool2httpd([@use_last_xforwarededfor_ip]) %>
-<% end -%>
-