aboutsummaryrefslogtreecommitdiffstats
path: root/modules/transifex
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2011-02-25 18:25:56 +0000
committerMichael Scherer <misc@mageia.org>2011-02-25 18:25:56 +0000
commit318f38f360ac7b5bf02915db4316130a4c0334a0 (patch)
tree161ab71f7fd5baad384575df44bff168d29516c7 /modules/transifex
parent472c927aa3ec0b5d0b72c0358c8cbd4db7b9f460 (diff)
downloadpuppet-318f38f360ac7b5bf02915db4316130a4c0334a0.tar
puppet-318f38f360ac7b5bf02915db4316130a4c0334a0.tar.gz
puppet-318f38f360ac7b5bf02915db4316130a4c0334a0.tar.bz2
puppet-318f38f360ac7b5bf02915db4316130a4c0334a0.tar.xz
puppet-318f38f360ac7b5bf02915db4316130a4c0334a0.zip
fix the comments
Diffstat (limited to 'modules/transifex')
-rw-r--r--modules/transifex/manifests/init.pp6
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',