/[adm]/puppet/modules/pam/manifests/init.pp
ViewVC logotype

Diff of /puppet/modules/pam/manifests/init.pp

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

revision 390 by misc, Mon Nov 22 13:15:23 2010 UTC revision 391 by misc, Mon Nov 22 13:15:24 2010 UTC
# Line 26  class pam { Line 26  class pam {
26           content => template("pam/nsswitch.conf")           content => template("pam/nsswitch.conf")
27        }        }
28    
29        $nssldap_password = extlookup("nssldap_password",'x')        $ldap_password = extlookup("${fqdn}_ldap_password",'x')
30          file { "ldap.secret":
31             path => "/etc/ldap.secret",
32             owner => root,
33             group => root,
34             mode => 600,
35             content => $ldap_password
36          }
37    
38        file { "ldap.conf":        file { "ldap.conf":
39           path => "/etc/ldap.conf",           path => "/etc/ldap.conf",

Legend:
Removed from v.390  
changed lines
  Added in v.391

  ViewVC Help
Powered by ViewVC 1.1.30