From 046f1eb5546051f9c11a26cd1e1b86fe1946814b Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Wed, 15 Dec 2010 03:11:53 +0000 Subject: force ssl for transifex, to protect login --- modules/transifex/manifests/init.pp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'modules/transifex') diff --git a/modules/transifex/manifests/init.pp b/modules/transifex/manifests/init.pp index 0df2d5df..c0331958 100644 --- a/modules/transifex/manifests/init.pp +++ b/modules/transifex/manifests/init.pp @@ -63,6 +63,10 @@ class transifex { apache::vhost_django_app { "transifex.$domain": module => "transifex", + use_ssl => true, module_path => ["/usr/share/transifex","/usr/share"] - } + } + + apache::vhost_redirect_ssl { "transifex.$domain": } + } -- cgit v1.2.1