/[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 2375 by misc, Thu Feb 9 11:09:41 2012 UTC revision 2376 by misc, Thu Feb 9 12:20:48 2012 UTC
# Line 14  class common { Line 14  class common {
14          }          }
15      }      }
16    
17        class i18n {
18            # push the locale everywhere, as it affect facter
19            file { "/etc/sysconfig/i18n":
20                content => template("common/i18n"),
21            }
22        }
23    
24      class export_ssh_keys {      class export_ssh_keys {
25          @@sshkey { ["$hostname","$fqdn","$ipaddress"]:          @@sshkey { ["$hostname","$fqdn","$ipaddress"]:
26              type => rsa,              type => rsa,

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

  ViewVC Help
Powered by ViewVC 1.1.30