From a57c16dd737cd3bf871d4dfa6bbadc675ec3cff2 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Mon, 22 Nov 2010 00:05:11 +0000 Subject: use ssh::auth to build iurt ssh keys --- modules/buildsystem/manifests/init.pp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'modules') diff --git a/modules/buildsystem/manifests/init.pp b/modules/buildsystem/manifests/init.pp index 9b20b90a..41adb4ea 100644 --- a/modules/buildsystem/manifests/init.pp +++ b/modules/buildsystem/manifests/init.pp @@ -45,6 +45,10 @@ class buildsystem { gid => $build_login, shell => "/bin/bash", } + + include ssh::auth + ssh::auth::key { $build_login: } # declare a key for build bot: RSA, 2048 bits + ssh::auth::client { $build_login: } } class iurt { -- cgit v1.2.1