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

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

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

revision 2387 by boklm, Thu Jan 20 18:25:40 2011 UTC revision 2388 by misc, Fri Feb 10 14:20:03 2012 UTC
# Line 1  Line 1 
1  class shadow {  class shadow {
2      file {"/etc/login.defs":      file { '/etc/login.defs':
3          owner => 'root',          owner  => 'root',
4          group => 'shadow',          group  => 'shadow',
5          mode => 640,          mode   => '0640',
6          source => 'puppet:///modules/shadow/login.defs',          source => 'puppet:///modules/shadow/login.defs',
7      }      }
8  }  }

Legend:
Removed from v.2387  
changed lines
  Added in v.2388

  ViewVC Help
Powered by ViewVC 1.1.30