aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/manifests/sshuser.pp
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2012-08-31 17:28:27 +0000
committerNicolas Vigier <boklm@mageia.org>2012-08-31 17:28:27 +0000
commit82d2d6c17a79cab637f257dbf5fda59056615439 (patch)
tree8ec484c2f3ba45c3399fc439d2c3e422ff9f07fd /modules/buildsystem/manifests/sshuser.pp
parentc11190e6562d30c0c8beb78eb947ff94346cf7ee (diff)
downloadpuppet-82d2d6c17a79cab637f257dbf5fda59056615439.tar
puppet-82d2d6c17a79cab637f257dbf5fda59056615439.tar.gz
puppet-82d2d6c17a79cab637f257dbf5fda59056615439.tar.bz2
puppet-82d2d6c17a79cab637f257dbf5fda59056615439.tar.xz
puppet-82d2d6c17a79cab637f257dbf5fda59056615439.zip
add buildsystem::sshkeys class to define all ssh keys
Diffstat (limited to 'modules/buildsystem/manifests/sshuser.pp')
-rw-r--r--modules/buildsystem/manifests/sshuser.pp5
1 files changed, 0 insertions, 5 deletions
diff --git a/modules/buildsystem/manifests/sshuser.pp b/modules/buildsystem/manifests/sshuser.pp
index 299b0dfc..0a1cd176 100644
--- a/modules/buildsystem/manifests/sshuser.pp
+++ b/modules/buildsystem/manifests/sshuser.pp
@@ -33,9 +33,4 @@ define buildsystem::sshuser($homedir, $comment, $groups = []) {
group => $name,
require => File[$homedir],
}
-
- ssh::auth::key { $name:
- # declare a key for sched bot: RSA, 2048 bits
- home => $homedir,
- }
}