aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/manifests/sshkeys.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/sshkeys.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/sshkeys.pp')
-rw-r--r--modules/buildsystem/manifests/sshkeys.pp6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/buildsystem/manifests/sshkeys.pp b/modules/buildsystem/manifests/sshkeys.pp
index a3f4a41c..14edbe2f 100644
--- a/modules/buildsystem/manifests/sshkeys.pp
+++ b/modules/buildsystem/manifests/sshkeys.pp
@@ -1,13 +1,13 @@
class buildsystem::sshkeys {
include ssh::auth
include buildsystem::var::scheduler
- include buildsystem::iurt::user
+ include buildsystem::var::iurt
ssh::auth::key { $buildsystem::var::scheduler::login:
home => $buildsystem::var::scheduler::homedir,
}
- ssh::auth::key { $buildsystem::iurt::user::login:
- home => $buildsystem::iurt::user::homedir
+ ssh::auth::key { $buildsystem::var::iurt::login:
+ home => $buildsystem::var::iurt::homedir
}
}