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