aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/templates/maintdb/wrapper.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/wrapper.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/wrapper.maintdb')
-rw-r--r--modules/buildsystem/templates/maintdb/wrapper.maintdb4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/buildsystem/templates/maintdb/wrapper.maintdb b/modules/buildsystem/templates/maintdb/wrapper.maintdb
index b3914806..2adddd1e 100644
--- a/modules/buildsystem/templates/maintdb/wrapper.maintdb
+++ b/modules/buildsystem/templates/maintdb/wrapper.maintdb
@@ -1,7 +1,7 @@
#!/bin/sh
-maintdbuser="<%= login %>"
-maintdbpath="<%= binpath %>"
+maintdbuser="<%= scope.lookupvar('buildsystem::var::maintdb::login') %>"
+maintdbpath="<%= scope.lookupvar('buildsystem::var::maintdb::binpath') %>"
packagersgroup="<%= scope.lookupvar('buildsystem::var::groups::packagers') %>"
function isingroup()