diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/transifex/manifests/init.pp | 7 |
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"] + } } |