aboutsummaryrefslogtreecommitdiff
path: root/manifests/utmp/disable.pp
blob: 5b4ce07e2fe857644fde0c3742e72e46b26cd966 (plain)
1
2
3
4
5
class loginrecords::utmp::disable inherits loginrecords::utmp::enable {
  File[$utmp_file]{
    ensure => 'absent'
  }
}