/[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 863 - (show annotations) (download)
Thu Jan 20 18:21:17 2011 UTC (13 years, 3 months ago) by boklm
File size: 144 byte(s)
add shadow module for login.defs
1 class shadow {
2 file {"/etc/login.defs":
3 owner => 'root',
4 group => 'shadow',
5 mode => 640,
6 source => 'shadow/login.defs',
7 }
8 }

  ViewVC Help
Powered by ViewVC 1.1.30