aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/manifests/sshkeys.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/buildsystem/manifests/sshkeys.pp')
-rw-r--r--modules/buildsystem/manifests/sshkeys.pp5
1 files changed, 0 insertions, 5 deletions
diff --git a/modules/buildsystem/manifests/sshkeys.pp b/modules/buildsystem/manifests/sshkeys.pp
index 14edbe2f..6f5bba64 100644
--- a/modules/buildsystem/manifests/sshkeys.pp
+++ b/modules/buildsystem/manifests/sshkeys.pp
@@ -1,13 +1,8 @@
class buildsystem::sshkeys {
include ssh::auth
include buildsystem::var::scheduler
- include buildsystem::var::iurt
ssh::auth::key { $buildsystem::var::scheduler::login:
home => $buildsystem::var::scheduler::homedir,
}
-
- ssh::auth::key { $buildsystem::var::iurt::login:
- home => $buildsystem::var::iurt::homedir
- }
}