aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem
diff options
context:
space:
mode:
authorOlivier Blin <blino@mageia.org>2010-12-09 23:13:07 +0000
committerOlivier Blin <blino@mageia.org>2010-12-09 23:13:07 +0000
commit0ea63b4325b40ab75970936e99f37443d03e87ac (patch)
tree5e11b793dd456e2d9071cc3fad213ee695d157cf /modules/buildsystem
parent4dd65c8c8e706ba89b127cdc040844947a36de4c (diff)
downloadpuppet-0ea63b4325b40ab75970936e99f37443d03e87ac.tar
puppet-0ea63b4325b40ab75970936e99f37443d03e87ac.tar.gz
puppet-0ea63b4325b40ab75970936e99f37443d03e87ac.tar.bz2
puppet-0ea63b4325b40ab75970936e99f37443d03e87ac.tar.xz
puppet-0ea63b4325b40ab75970936e99f37443d03e87ac.zip
allow schedbot user to log in valstar (for svn)
Diffstat (limited to 'modules/buildsystem')
-rw-r--r--modules/buildsystem/manifests/init.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/buildsystem/manifests/init.pp b/modules/buildsystem/manifests/init.pp
index 3919fc7c..8d0644af 100644
--- a/modules/buildsystem/manifests/init.pp
+++ b/modules/buildsystem/manifests/init.pp
@@ -21,6 +21,7 @@ class buildsystem {
}
ssh::auth::client { $sched_login: }
+ ssh::auth::server { $sched_login: }
ssh::auth::server { $build_login: }
$package_list = ['task-bs-cluster-main', 'iurt']