aboutsummaryrefslogtreecommitdiffstats
path: root/modules/transifex
diff options
context:
space:
mode:
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": }
+
}