aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/manifests/mainnode.pp
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2012-03-16 23:22:12 +0000
committerMichael Scherer <misc@mageia.org>2012-03-16 23:22:12 +0000
commite5925d5832747eac81e03c9324f405f826531cd2 (patch)
tree8216da9cbc5dde15b5b407464daf0490f2f7d79d /modules/buildsystem/manifests/mainnode.pp
parenta27380063ecc2c74ddbe9da302c5ed788c7a551f (diff)
downloadpuppet-e5925d5832747eac81e03c9324f405f826531cd2.tar
puppet-e5925d5832747eac81e03c9324f405f826531cd2.tar.gz
puppet-e5925d5832747eac81e03c9324f405f826531cd2.tar.bz2
puppet-e5925d5832747eac81e03c9324f405f826531cd2.tar.xz
puppet-e5925d5832747eac81e03c9324f405f826531cd2.zip
iuuse the new module made for refactoring and sharing variable ( ie login of the user for scheduler )
Diffstat (limited to 'modules/buildsystem/manifests/mainnode.pp')
-rw-r--r--modules/buildsystem/manifests/mainnode.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/buildsystem/manifests/mainnode.pp b/modules/buildsystem/manifests/mainnode.pp
index 07e052aa..40b94f04 100644
--- a/modules/buildsystem/manifests/mainnode.pp
+++ b/modules/buildsystem/manifests/mainnode.pp
@@ -7,8 +7,8 @@ class buildsystem::mainnode {
include buildsystem::signbot
include buildsystem::youri_submit
- $sched_login = $buildsystem::scheduler::login
- $sched_home_dir = $buildsystem::scheduler::homedir
+ $sched_login = $buildsystem::scheduler::var::login
+ $sched_home_dir = $buildsystem::scheduler::var::homedir
$build_login = $buildsystem::iurt::user::login