aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2013-05-22 22:16:46 +0000
committerNicolas Vigier <boklm@mageia.org>2013-05-22 22:16:46 +0000
commitbe2919cc7c7fd51a6e14076444047375ac5360c7 (patch)
treebeeb3e0b35d46394b45c1d7c6ede228add9c2790 /modules/buildsystem
parentcfd75579472e453509b077b0c6ffbf02e2bc3c71 (diff)
downloadpuppet-be2919cc7c7fd51a6e14076444047375ac5360c7.tar
puppet-be2919cc7c7fd51a6e14076444047375ac5360c7.tar.gz
puppet-be2919cc7c7fd51a6e14076444047375ac5360c7.tar.bz2
puppet-be2919cc7c7fd51a6e14076444047375ac5360c7.tar.xz
puppet-be2919cc7c7fd51a6e14076444047375ac5360c7.zip
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.
Diffstat (limited to 'modules/buildsystem')
-rw-r--r--modules/buildsystem/manifests/mainnode.pp2
1 files changed, 0 insertions, 2 deletions
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',
}