aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/shadow/manifests/init.pp
blob: e6d788a24e899af2c01fee48fe2a5ca86604f5e2 (plain)
1
2
3
4
5
6
7
8
class shadow {
    file {"/etc/login.defs":
    	owner => 'root',
	group => 'shadow',
    	mode => 640,
	source => 'puppet:///modules/shadow/login.defs',
    }
}