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