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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2822 - (hide annotations) (download)
Fri Aug 31 17:28:27 2012 UTC (11 years, 7 months ago) by boklm
File size: 326 byte(s)
add buildsystem::sshkeys class to define all ssh keys
1 boklm 2822 class buildsystem::sshkeys {
2     include $buildsystem::scheduler::var
3     include $buildsystem::iurt::user
4    
5     ssh::auth::key { $buildsystem::scheduler::var::login:
6     home => $buildsystem::scheduler::var::homedir,
7     }
8    
9     ssh::auth::key { $buildsystem::iurt::user::login:
10     home => $buildsystem::iurt::user::homedir
11     }
12     }

  ViewVC Help
Powered by ViewVC 1.1.30