diff options
author | mh <mh@immerda.ch> | 2010-12-12 17:41:28 +0100 |
---|---|---|
committer | mh <mh@immerda.ch> | 2010-12-12 17:41:28 +0100 |
commit | 1c4de48baf4ffcf5f39894a101a3c59479959b47 (patch) | |
tree | 92dd445c667249f022cddf8588d6571348b1a052 /manifests/defaults | |
parent | 7800742705a44ff6d32bbb0415ea0b1f954a8fcd (diff) |
add imap and pop3 commands
Diffstat (limited to 'manifests/defaults')
-rw-r--r-- | manifests/defaults/commands.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/defaults/commands.pp b/manifests/defaults/commands.pp index c5147b4..933f3b9 100644 --- a/manifests/defaults/commands.pp +++ b/manifests/defaults/commands.pp @@ -1,6 +1,7 @@ class nagios::defaults::commands { include nagios::command::smtp + include nagios::command::imap_pop3 # common service commands case $operatingsystem { |