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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2388 - (show annotations) (download)
Fri Feb 10 14:20:03 2012 UTC (12 years, 2 months ago) by misc
File size: 190 byte(s)
make shadow module puppet-lint clean
1 class shadow {
2 file { '/etc/login.defs':
3 owner => 'root',
4 group => 'shadow',
5 mode => '0640',
6 source => 'puppet:///modules/shadow/login.defs',
7 }
8 }

  ViewVC Help
Powered by ViewVC 1.1.30