/[adm]/puppet/modules/buildsystem/manifests/buildnode.pp
ViewVC logotype

Contents of /puppet/modules/buildsystem/manifests/buildnode.pp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3167 - (show annotations) (download)
Thu May 23 15:06:59 2013 UTC (10 years, 11 months ago) by boklm
File size: 391 byte(s)
Use sshkeys module instead of auth::ssh

The sshkeys module is easier to understand, and will allow us to install
the same ssh key on 2 different accounts.
1 class buildsystem::buildnode {
2 include buildsystem::iurt
3 include buildsystem::var::scheduler
4 include buildsystem::var::iurt
5 include buildsystem::sshkeys
6
7 sshkeys::set_authorized_keys { 'iurt-allow-scheduler':
8 keyname => $buildsystem::var::scheduler::login,
9 home => $buildsystem::var::iurt::homedir,
10 user => $buildsystem::var::iurt::login,
11 }
12 }

  ViewVC Help
Powered by ViewVC 1.1.30