From be2919cc7c7fd51a6e14076444047375ac5360c7 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Wed, 22 May 2013 22:16:46 +0000 Subject: buildsystem::mainnode: don't install schedbot key on schedbot Don't install schedbot's ssh key on schedbot's authorized_keys file. Current version of ssh::auth does not allow installing a key to multiple users' authorized_keys on the same node, so we can't install schedbot's key to schedbot and iurt users at the same time. This prevent having a buildsystem scheduler and build bot on the same server. However schedbot does not really need to have its ssh key on its own authorized_keys, so we can remove it. --- modules/buildsystem/manifests/mainnode.pp | 2 -- 1 file changed, 2 deletions(-) (limited to 'modules/buildsystem/manifests') diff --git a/modules/buildsystem/manifests/mainnode.pp b/modules/buildsystem/manifests/mainnode.pp index b5c17b57..72f04874 100644 --- a/modules/buildsystem/manifests/mainnode.pp +++ b/modules/buildsystem/manifests/mainnode.pp @@ -14,8 +14,6 @@ class buildsystem::mainnode { ssh::auth::client { $sched_login: } - ssh::auth::server { $sched_login: } - apache::vhost::other_app { "repository.$::domain": vhost_file => 'buildsystem/vhost_repository.conf', } -- cgit v1.2.1