1 2 3 4 5 6 7
class loginrecords::btmp::disable inherits loginrecords::btmp::enable { File[$btmp_file]{ ensure => 'absent', backup => false, } }