[Mageia-sysadm] [622] force ssl for transifex, to protect login

root at mageia.org root at mageia.org
Wed Dec 15 04:11:53 CET 2010


Revision: 622
Author:   misc
Date:     2010-12-15 04:11:53 +0100 (Wed, 15 Dec 2010)
Log Message:
-----------
force ssl for transifex, to protect login

Modified Paths:
--------------
    puppet/modules/transifex/manifests/init.pp

Modified: puppet/modules/transifex/manifests/init.pp
===================================================================
--- puppet/modules/transifex/manifests/init.pp	2010-12-15 03:11:52 UTC (rev 621)
+++ puppet/modules/transifex/manifests/init.pp	2010-12-15 03:11:53 UTC (rev 622)
@@ -63,6 +63,10 @@
 
   apache::vhost_django_app { "transifex.$domain":
     module => "transifex",
+    use_ssl => true,
     module_path => ["/usr/share/transifex","/usr/share"] 
-  }  
+  }
+
+  apache::vhost_redirect_ssl { "transifex.$domain": }
+  
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/mageia-sysadm/attachments/20101215/c13a7a87/attachment.html>


More information about the Mageia-sysadm mailing list