diff options
author | Olivier Blin <blino@mageia.org> | 2010-11-22 13:33:04 +0000 |
---|---|---|
committer | Olivier Blin <blino@mageia.org> | 2010-11-22 13:33:04 +0000 |
commit | 0f7d6995aa25aa0a38cc8cf4eca3ece9b12b71c3 (patch) | |
tree | 50c77f84cc73e3512a9ce1441895c57e053bc780 | |
parent | d241d78bda912959e678dc95244fd377b1d5f353 (diff) | |
download | puppet-0f7d6995aa25aa0a38cc8cf4eca3ece9b12b71c3.tar puppet-0f7d6995aa25aa0a38cc8cf4eca3ece9b12b71c3.tar.gz puppet-0f7d6995aa25aa0a38cc8cf4eca3ece9b12b71c3.tar.bz2 puppet-0f7d6995aa25aa0a38cc8cf4eca3ece9b12b71c3.tar.xz puppet-0f7d6995aa25aa0a38cc8cf4eca3ece9b12b71c3.zip |
schedbot can login as iurt on nodes
-rw-r--r-- | modules/buildsystem/manifests/init.pp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/buildsystem/manifests/init.pp b/modules/buildsystem/manifests/init.pp index 78bbcf62..126cebdb 100644 --- a/modules/buildsystem/manifests/init.pp +++ b/modules/buildsystem/manifests/init.pp @@ -13,6 +13,7 @@ class buildsystem { class mainnode inherits base { include iurtuser + ssh::auth::client { $sched_login: } ssh::auth::server { $build_login: } sshuser { $sched_login: @@ -88,6 +89,7 @@ class buildsystem { include sudo include iurtuser ssh::auth::client { $build_login: } + ssh::auth::server { $sched_login: user => $build_login } # build node common settings # we could have the following skip list to use less space: |