aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/templates/maintdb/sudoers.maintdb
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2013-05-23 15:04:40 +0000
committerNicolas Vigier <boklm@mageia.org>2013-05-23 15:04:40 +0000
commit01daeb6cc82c36842257f6a444a304969324ed67 (patch)
tree13680c92f2b79192975a58904f51c460ac417b03 /modules/buildsystem/templates/maintdb/sudoers.maintdb
parent1b6e483cfd7f944dab39a074d3a7a30f82ae5e8c (diff)
downloadpuppet-01daeb6cc82c36842257f6a444a304969324ed67.tar
puppet-01daeb6cc82c36842257f6a444a304969324ed67.tar.gz
puppet-01daeb6cc82c36842257f6a444a304969324ed67.tar.bz2
puppet-01daeb6cc82c36842257f6a444a304969324ed67.tar.xz
puppet-01daeb6cc82c36842257f6a444a304969324ed67.zip
Add buildsystem::var::maintdb
buildsystem::var::maintdb is used to store maintdb configuration.
Diffstat (limited to 'modules/buildsystem/templates/maintdb/sudoers.maintdb')
-rw-r--r--modules/buildsystem/templates/maintdb/sudoers.maintdb4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/buildsystem/templates/maintdb/sudoers.maintdb b/modules/buildsystem/templates/maintdb/sudoers.maintdb
index 6e826830..4f919a0c 100644
--- a/modules/buildsystem/templates/maintdb/sudoers.maintdb
+++ b/modules/buildsystem/templates/maintdb/sudoers.maintdb
@@ -1,2 +1,2 @@
-%<%= scope.lookupvar('buildsystem::var::groups::packagers') %> ALL =(<%= login %>) NOPASSWD: <%= binpath %>
-<%= scope.lookupvar('buildsystem::var::scheduler::login') %> ALL =(<%= login %>) NOPASSWD: <%= binpath %>
+%<%= scope.lookupvar('buildsystem::var::groups::packagers') %> ALL =(<%= scope.lookupvar('buildsystem::var::maintdb::login') %>) NOPASSWD: <%= scope.lookupvar('buildsystem::var::maintdb::binpath') %>
+<%= scope.lookupvar('buildsystem::var::scheduler::login') %> ALL =(<%= scope.lookupvar('buildsystem::var::maintdb::login') %>) NOPASSWD: <%= scope.lookupvar('buildsystem::var::maintdb::binpath') %>