From 97c545bbe49ae933b649622f02e78906dfb051fc Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Fri, 17 Feb 2012 17:07:11 +0000 Subject: fix function call, and make use less temporary variable --- modules/buildsystem/templates/submit-upload.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/buildsystem/templates') diff --git a/modules/buildsystem/templates/submit-upload.conf b/modules/buildsystem/templates/submit-upload.conf index edd32a17..7de9fc76 100644 --- a/modules/buildsystem/templates/submit-upload.conf +++ b/modules/buildsystem/templates/submit-upload.conf @@ -1,4 +1,5 @@ <% +Puppet::Parser::Functions.autoloader.loadall escaped_domain = domain.gsub('.','\.') %> @@ -183,8 +184,7 @@ checks: mode: freeze infra_1: -<%- infra_users = '^' + group_members('mga-sysadmin').join('|') + '$' -%> - authorized_users: <%= infra_users %> + authorized_users: ^<%= scope.function_group_members("a").join('|') %>$ mode: freeze cauldron: -- cgit v1.2.1