aboutsummaryrefslogtreecommitdiffstats
path: root/modules/transifex
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2010-12-15 03:11:53 +0000
committerMichael Scherer <misc@mageia.org>2010-12-15 03:11:53 +0000
commit046f1eb5546051f9c11a26cd1e1b86fe1946814b (patch)
treed0b27b002a63423c20b3d6d1ff0926834cfd882f /modules/transifex
parent6200ca643d340467412531b0419c80e7c52535db (diff)
downloadpuppet-046f1eb5546051f9c11a26cd1e1b86fe1946814b.tar
puppet-046f1eb5546051f9c11a26cd1e1b86fe1946814b.tar.gz
puppet-046f1eb5546051f9c11a26cd1e1b86fe1946814b.tar.bz2
puppet-046f1eb5546051f9c11a26cd1e1b86fe1946814b.tar.xz
puppet-046f1eb5546051f9c11a26cd1e1b86fe1946814b.zip
force ssl for transifex, to protect login
Diffstat (limited to 'modules/transifex')
-rw-r--r--modules/transifex/manifests/init.pp6
1 files changed, 5 insertions, 1 deletions
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": }
+
}