diff options
author | Michael Scherer <misc@mageia.org> | 2012-01-08 14:58:34 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2012-01-08 14:58:34 +0000 |
commit | 0c90a371c17e19438aba2748889006825df29ed0 (patch) | |
tree | d0ad8a5331de97707bafbf8110a1770a411ac0c3 /modules/buildsystem/manifests | |
parent | 01309ee29768c3e161eeca266f56650f432edd36 (diff) | |
download | puppet-0c90a371c17e19438aba2748889006825df29ed0.tar puppet-0c90a371c17e19438aba2748889006825df29ed0.tar.gz puppet-0c90a371c17e19438aba2748889006825df29ed0.tar.bz2 puppet-0c90a371c17e19438aba2748889006825df29ed0.tar.xz puppet-0c90a371c17e19438aba2748889006825df29ed0.zip |
merge ssh::auth::server declaration
Diffstat (limited to 'modules/buildsystem/manifests')
-rw-r--r-- | modules/buildsystem/manifests/init.pp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/buildsystem/manifests/init.pp b/modules/buildsystem/manifests/init.pp index d08d73f7..2132f9bd 100644 --- a/modules/buildsystem/manifests/init.pp +++ b/modules/buildsystem/manifests/init.pp @@ -30,8 +30,8 @@ class buildsystem { } ssh::auth::client { $sched_login: } - ssh::auth::server { $sched_login: } - ssh::auth::server { $build_login: } + + ssh::auth::server { [$sched_login, $build_login]: } # FIXME Add again task-bs-cluster-main when it will require mgarepo instead of repsys $package_list = ['iurt'] |