summaryrefslogtreecommitdiff
path: root/manifests/debian.pp
blob: 9d8028bc42481e7ff5588ca271168819d08fdd7e (plain)
1
2
3
4
5
6
# init script on debian does not have a status cmd
class denyhosts::debian inherits denyhosts::base {
  Service[denyhosts]{
    hasstatus => false,
  }
}