diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-06-04 17:35:01 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-06-04 17:35:01 -0300 |
commit | 36670b955bfcbfbfc1079c1e1bd74a1026ea7c4f (patch) | |
tree | 7fba0fd90201f5a4a396f619cf317a2930a2ea0d | |
parent | d0d04546b7e9bce0ce910403493a4efda2cbf877 (diff) | |
download | puppet-nodo-36670b955bfcbfbfc1079c1e1bd74a1026ea7c4f.tar.gz puppet-nodo-36670b955bfcbfbfc1079c1e1bd74a1026ea7c4f.tar.bz2 |
Adding nodo::subsystem::monitor::mail
-rw-r--r-- | manifests/subsystem/monitor/mail.pp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/manifests/subsystem/monitor/mail.pp b/manifests/subsystem/monitor/mail.pp new file mode 100644 index 0000000..913991b --- /dev/null +++ b/manifests/subsystem/monitor/mail.pp @@ -0,0 +1,6 @@ +class nodo::subsystem::monitor::mail { + nagios::service { "check_rbl": + ensure => present, + check_command => "check_rbl", + } +} |