aboutsummaryrefslogtreecommitdiff
path: root/manifests/utmp/disable.pp
blob: 8d9145a560a3106ece76c6f1ac016ad1de3e4c54 (plain)
1
2
3
class loginrecords::utmp::disable {
    file { "$utmp_file": ensure => 'absent' }
}