diff options
author | Michael Scherer <misc@mageia.org> | 2012-03-16 23:58:14 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2012-03-16 23:58:14 +0000 |
commit | 017e78e50584f61e6744330da373b42cca6120b1 (patch) | |
tree | 0407d7776cbbe4810fc88c652e9632b0b341e6fe /modules/buildsystem | |
parent | ba3c8be9b2e208db197bd0b39b7dbf5f4098fb0a (diff) | |
download | puppet-017e78e50584f61e6744330da373b42cca6120b1.tar puppet-017e78e50584f61e6744330da373b42cca6120b1.tar.gz puppet-017e78e50584f61e6744330da373b42cca6120b1.tar.bz2 puppet-017e78e50584f61e6744330da373b42cca6120b1.tar.xz puppet-017e78e50584f61e6744330da373b42cca6120b1.zip |
do not declare the key twice
Diffstat (limited to 'modules/buildsystem')
-rw-r--r-- | modules/buildsystem/manifests/iurt/init.pp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/buildsystem/manifests/iurt/init.pp b/modules/buildsystem/manifests/iurt/init.pp index 34f513cf..9f5780bd 100644 --- a/modules/buildsystem/manifests/iurt/init.pp +++ b/modules/buildsystem/manifests/iurt/init.pp @@ -5,12 +5,6 @@ class buildsystem::iurt { $login = $buildsystem::iurt::user::login $homedir = $buildsystem::iurt::user::homedir - include ssh::auth - ssh::auth::key { $login: - # declare a key for build bot: RSA, 2048 bits - home => $homedir, - } - ssh::auth::client { $login: } ssh::auth::server { $buildsystem::base::sched_login: |