aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/manifests/sshkeys.pp
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2012-09-02 12:03:19 +0000
committerThomas Backlund <tmb@mageia.org>2012-09-02 12:03:19 +0000
commiteb9f3abaef2659df38a85daf026c25f83783017c (patch)
treeb611f8046cba68939124d10c078fe353a3f8d3b1 /modules/buildsystem/manifests/sshkeys.pp
parentb1b510a61469f3627584b696781b4d20230af0da (diff)
downloadpuppet-eb9f3abaef2659df38a85daf026c25f83783017c.tar
puppet-eb9f3abaef2659df38a85daf026c25f83783017c.tar.gz
puppet-eb9f3abaef2659df38a85daf026c25f83783017c.tar.bz2
puppet-eb9f3abaef2659df38a85daf026c25f83783017c.tar.xz
puppet-eb9f3abaef2659df38a85daf026c25f83783017c.zip
fix includes
Diffstat (limited to 'modules/buildsystem/manifests/sshkeys.pp')
-rw-r--r--modules/buildsystem/manifests/sshkeys.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/buildsystem/manifests/sshkeys.pp b/modules/buildsystem/manifests/sshkeys.pp
index bf8b4eb8..bea2959f 100644
--- a/modules/buildsystem/manifests/sshkeys.pp
+++ b/modules/buildsystem/manifests/sshkeys.pp
@@ -1,7 +1,7 @@
class buildsystem::sshkeys {
include ssh::auth
- include $buildsystem::scheduler::var
- include $buildsystem::iurt::user
+ include buildsystem::scheduler::var
+ include buildsystem::iurt::user
ssh::auth::key { $buildsystem::scheduler::var::login:
home => $buildsystem::scheduler::var::homedir,