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