/[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 378 by misc, Mon Nov 22 02:04:06 2010 UTC revision 390 by misc, Mon Nov 22 13:15:23 2010 UTC
# Line 1  Line 1 
1  class pam {  class pam {
2    
3    class base {    class base {
4        package { ["pam_ldap","nss_ldap"]:        package { ["pam_ldap","nss_ldap","nscd"]:
5          ensure => installed,            ensure => installed,  
6        }        }
7    
8          service { nscd:
9            ensure => running,
10            path => '/etc/init.d/nscd',
11          }
12    
13        file { "system-auth":        file { "system-auth":
14           path => "/etc/pam.d/system-auth",           path => "/etc/pam.d/system-auth",
15           owner => root,           owner => root,

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

  ViewVC Help
Powered by ViewVC 1.1.30