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

Diff of /puppet/deployment/common/manifests/init.pp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2379 by misc, Thu Feb 9 15:35:47 2012 UTC revision 2382 by misc, Thu Feb 9 16:11:23 2012 UTC
# Line 24  class common { Line 24  class common {
24      }      }
25    
26      class export_ssh_keys {      class export_ssh_keys {
27          @@sshkey { ["$hostname","$fqdn","$ipaddress"]:          @@sshkey { $fqdn:
28              type => rsa,              type => 'rsa',
29              key => $sshrsakey              key => $sshrsakey,
30                host_aliases => ["$ipaddress","$hostname"],
31          }          }
32      }      }
33    

Legend:
Removed from v.2379  
changed lines
  Added in v.2382

  ViewVC Help
Powered by ViewVC 1.1.30