diff options
-rw-r--r-- | modules/transifex/manifests/init.pp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/transifex/manifests/init.pp b/modules/transifex/manifests/init.pp index 3e2c7da9..d6adf52b 100644 --- a/modules/transifex/manifests/init.pp +++ b/modules/transifex/manifests/init.pp @@ -94,11 +94,11 @@ class transifex { path => "/usr/share/transifex:/usr/share", } - # allow the people in mga-i18n-committers to : - # - manage projects - # - manage ressources define committers_permission($app='') { + # using django_application::add_permission_to_group may cause problem + # if we install a 2nd django application with the same permission name ( as it need + # to be unique ) django_application::add_permission_to_group { $name: app => $app, group => 'mga-i18n-committers', |