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

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": }
+  
 }