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