aboutsummaryrefslogtreecommitdiffstats
path: root/modules/transifex
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2010-12-15 01:39:32 +0000
committerMichael Scherer <misc@mageia.org>2010-12-15 01:39:32 +0000
commitda443beca9689ea84661d106e79686dcc18ba52d (patch)
tree9c5d1e6555500bd4a9970331e4723b93f050cd03 /modules/transifex
parentf84a18647f74e68240ab136fffc2a933d6d73ec1 (diff)
downloadpuppet-da443beca9689ea84661d106e79686dcc18ba52d.tar
puppet-da443beca9689ea84661d106e79686dcc18ba52d.tar.gz
puppet-da443beca9689ea84661d106e79686dcc18ba52d.tar.bz2
puppet-da443beca9689ea84661d106e79686dcc18ba52d.tar.xz
puppet-da443beca9689ea84661d106e79686dcc18ba52d.zip
deploy transifex with wsgi on apache
Diffstat (limited to 'modules/transifex')
-rw-r--r--modules/transifex/manifests/init.pp7
1 files changed, 4 insertions, 3 deletions
diff --git a/modules/transifex/manifests/init.pp b/modules/transifex/manifests/init.pp
index e2f4b0e3..71ca1817 100644
--- a/modules/transifex/manifests/init.pp
+++ b/modules/transifex/manifests/init.pp
@@ -37,7 +37,8 @@ class transifex {
notify => Service['apache']
}
-# apache::vhost_django_app { "transifex.$domain":
-# module => "transifex"
-# }
+ apache::vhost_django_app { "transifex.$domain":
+ module => "transifex",
+ module_path => ["/usr/share/transifex","/usr/share"]
+ }
}