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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2823 - (show annotations) (download)
Fri Aug 31 17:48:08 2012 UTC (11 years, 6 months ago) by boklm
File size: 348 byte(s)
include ssh::auth
1 class buildsystem::sshkeys {
2 include ssh::auth
3 include $buildsystem::scheduler::var
4 include $buildsystem::iurt::user
5
6 ssh::auth::key { $buildsystem::scheduler::var::login:
7 home => $buildsystem::scheduler::var::homedir,
8 }
9
10 ssh::auth::key { $buildsystem::iurt::user::login:
11 home => $buildsystem::iurt::user::homedir
12 }
13 }

  ViewVC Help
Powered by ViewVC 1.1.30