aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/manifests/mainnode.pp
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2013-05-22 22:16:40 +0000
committerNicolas Vigier <boklm@mageia.org>2013-05-22 22:16:40 +0000
commit972b423e17b15448e7d4b2d34cc7d2ba494369f7 (patch)
treeb72cfaac36732cb4dd5510898e62cd2eb8dd3046 /modules/buildsystem/manifests/mainnode.pp
parent1efaa9bd8b535e1bb0ef19576f85ca6e114c3227 (diff)
downloadpuppet-972b423e17b15448e7d4b2d34cc7d2ba494369f7.tar
puppet-972b423e17b15448e7d4b2d34cc7d2ba494369f7.tar.gz
puppet-972b423e17b15448e7d4b2d34cc7d2ba494369f7.tar.bz2
puppet-972b423e17b15448e7d4b2d34cc7d2ba494369f7.tar.xz
puppet-972b423e17b15448e7d4b2d34cc7d2ba494369f7.zip
Add buildsystem::var::iurt
This class is used for iurt settings.
Diffstat (limited to 'modules/buildsystem/manifests/mainnode.pp')
-rw-r--r--modules/buildsystem/manifests/mainnode.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/buildsystem/manifests/mainnode.pp b/modules/buildsystem/manifests/mainnode.pp
index d00704a5..b684217f 100644
--- a/modules/buildsystem/manifests/mainnode.pp
+++ b/modules/buildsystem/manifests/mainnode.pp
@@ -12,7 +12,7 @@ class buildsystem::mainnode {
$sched_login = $buildsystem::var::scheduler::login
$sched_home_dir = $buildsystem::var::scheduler::homedir
- $build_login = $buildsystem::iurt::user::login
+ $build_login = $buildsystem::var::iurt::login
ssh::auth::client { $sched_login: }