]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - 3rdparty/modules/apache/templates/vhost/_logging.erb
remove all openstack foo
[dsa-puppet.git] / 3rdparty / modules / apache / templates / vhost / _logging.erb
diff --git a/3rdparty/modules/apache/templates/vhost/_logging.erb b/3rdparty/modules/apache/templates/vhost/_logging.erb
deleted file mode 100644 (file)
index 35a924d..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-<% if @error_log or @log_level -%>
-
-  ## Logging
-<% end -%>
-<% if @error_log -%>
-  ErrorLog "<%= @error_log_destination %>"
-<% end -%>
-<% if @log_level -%>
-  LogLevel <%= @log_level %>
-<% end -%>