From 1be510f9529cb082f802408b472a77d074b394c0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 13:46:12 +0000 Subject: Add zarb MLs html archives --- zarb-ml/mageia-sysadm/2010-November/000589.html | 111 ++++++++++++++++++++++++ 1 file changed, 111 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2010-November/000589.html (limited to 'zarb-ml/mageia-sysadm/2010-November/000589.html') diff --git a/zarb-ml/mageia-sysadm/2010-November/000589.html b/zarb-ml/mageia-sysadm/2010-November/000589.html new file mode 100644 index 000000000..d39fc696e --- /dev/null +++ b/zarb-ml/mageia-sysadm/2010-November/000589.html @@ -0,0 +1,111 @@ + + + + [Mageia-sysadm] [270] - oups, revert wrongly commited work in progress :/ + + + + + + + + + +

[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
+ -- cgit v1.2.1