aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystem/monitor/mail.pp
blob: 913991b920f848440ae9f2d0ad39f9bc0b68fa7a (plain)
1
2
3
4
5
6
class nodo::subsystem::monitor::mail {
  nagios::service { "check_rbl":
    ensure        => present,
    check_command => "check_rbl",
  }
}