/[adm]/puppet/deployment/common/manifests/export_ssh_keys.pp
ViewVC logotype

Contents of /puppet/deployment/common/manifests/export_ssh_keys.pp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2499 - (show annotations) (download)
Thu Mar 15 22:55:10 2012 UTC (12 years, 1 month ago) by misc
File size: 185 byte(s)
split module common into multiple files
1 class common::export_ssh_keys {
2 @@sshkey { $::fqdn:
3 type => 'rsa',
4 key => $::sshrsakey,
5 host_aliases => [$::ipaddress,$::hostname],
6 }
7 }

  ViewVC Help
Powered by ViewVC 1.1.30