[Mageia-sysadm] [270] - oups, revert wrongly commited work in progress :/

root at mageia.org root at mageia.org
Wed Nov 17 21:43:29 CET 2010


Revision: 270
Author:   misc
Date:     2010-11-17 21:43:29 +0100 (Wed, 17 Nov 2010)
Log Message:
-----------
- oups, revert wrongly commited work in progress :/

Modified Paths:
--------------
    puppet/modules/apache/templates/django.wsgi
    puppet/modules/transifex/manifests/init.pp

Modified: puppet/modules/apache/templates/django.wsgi
===================================================================
--- puppet/modules/apache/templates/django.wsgi	2010-11-17 16:25:42 UTC (rev 269)
+++ puppet/modules/apache/templates/django.wsgi	2010-11-17 20:43:29 UTC (rev 270)
@@ -1,7 +1,7 @@
 #!/usr/bin/python
 import os, sys
 sys.path.append('<%= module_path  %>')
-os.environ['DJANGO_SETTINGS_MODULE'] = '<%= module =%>.settings'
+os.environ['DJANGO_SETTINGS_MODULE'] = '<%= module %>.settings'
 
 import django.core.handlers.wsgi
 

Modified: puppet/modules/transifex/manifests/init.pp
===================================================================
--- puppet/modules/transifex/manifests/init.pp	2010-11-17 16:25:42 UTC (rev 269)
+++ puppet/modules/transifex/manifests/init.pp	2010-11-17 20:43:29 UTC (rev 270)
@@ -13,7 +13,7 @@
     content => template("transifex/20-engines.conf")
   }
 
-  apache::vhost_django_app { "transifex.$domain":
-    module => "transifex" 
-  }  
+#  apache::vhost_django_app { "transifex.$domain":
+#    module => "transifex" 
+#  }  
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/mageia-sysadm/attachments/20101117/3d5711c6/attachment.html>


More information about the Mageia-sysadm mailing list