/[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 2374 by misc, Thu Feb 9 09:10:47 2012 UTC revision 2375 by misc, Thu Feb 9 11:09:41 2012 UTC
# Line 15  class common { Line 15  class common {
15      }      }
16    
17      class export_ssh_keys {      class export_ssh_keys {
18          @@sshkey { "$hostname":          @@sshkey { ["$hostname","$fqdn","$ipaddress"]:
             type => rsa,  
             key => $sshrsakey  
         }  
           
         @@sshkey { "$fqdn":  
19              type => rsa,              type => rsa,
20              key => $sshrsakey              key => $sshrsakey
21          }          }
           
         @@sshkey { "$ipaddress":  
             type => rsa,  
             key => $sshrsakey  
         }  
22      }      }
23    
24      class import_ssh_keys {      class import_ssh_keys {
25          Sshkey <<| |>>          Sshkey <<| |>>
26      }      }
27    
28      class default_ssh_root_key {      class default_ssh_root_key {

Legend:
Removed from v.2374  
changed lines
  Added in v.2375

  ViewVC Help
Powered by ViewVC 1.1.30