aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2012-02-17 16:43:43 +0000
committerMichael Scherer <misc@mageia.org>2012-02-17 16:43:43 +0000
commitf339a9a4d47e014f86d021fd842fba5fb8964996 (patch)
tree1c2fb1153bde5a0eb5988042e7087475bcdc27d5 /modules
parent8432563b8bf81df0d9c2d95ebdf3cbeacddaacaf (diff)
downloadpuppet-f339a9a4d47e014f86d021fd842fba5fb8964996.tar
puppet-f339a9a4d47e014f86d021fd842fba5fb8964996.tar.gz
puppet-f339a9a4d47e014f86d021fd842fba5fb8964996.tar.bz2
puppet-f339a9a4d47e014f86d021fd842fba5fb8964996.tar.xz
puppet-f339a9a4d47e014f86d021fd842fba5fb8964996.zip
use the new group_members function
Diffstat (limited to 'modules')
-rw-r--r--modules/buildsystem/templates/submit-upload.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/buildsystem/templates/submit-upload.conf b/modules/buildsystem/templates/submit-upload.conf
index ea49f511..edd32a17 100644
--- a/modules/buildsystem/templates/submit-upload.conf
+++ b/modules/buildsystem/templates/submit-upload.conf
@@ -183,7 +183,8 @@ checks:
mode: freeze
infra_1:
- authorized_users: ^blino|boklm|buchan|colin|dams|dmorgan|misc|nanardon|pterjan|tmb$
+<%- infra_users = '^' + group_members('mga-sysadmin').join('|') + '$' -%>
+ authorized_users: <%= infra_users %>
mode: freeze
cauldron: