]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - 3rdparty/modules/apache/templates/mod/wsgi.conf.erb
remove all openstack foo
[dsa-puppet.git] / 3rdparty / modules / apache / templates / mod / wsgi.conf.erb
diff --git a/3rdparty/modules/apache/templates/mod/wsgi.conf.erb b/3rdparty/modules/apache/templates/mod/wsgi.conf.erb
deleted file mode 100644 (file)
index 18752d2..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-# The WSGI Apache module configuration file is being
-# managed by Puppet an changes will be overwritten.
-<IfModule mod_wsgi.c>
-  <%- if @wsgi_socket_prefix -%>
-  WSGISocketPrefix <%= @wsgi_socket_prefix %>
-  <%- end -%>
-  <%- if @wsgi_python_home -%>
-  WSGIPythonHome "<%= @wsgi_python_home %>"
-  <%- end -%>
-  <%- if @wsgi_python_path -%>
-  WSGIPythonPath "<%= @wsgi_python_path %>"
-  <%- end -%>
-</IfModule>