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