From 4c16852f285db60ff0006326e8bed11a2384d74f Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 13 Jul 2011 20:12:10 -0300 Subject: Do not define check_ssmtp on debian --- manifests/command/smtp.pp | 2 -- 1 file changed, 2 deletions(-) (limited to 'manifests/command/smtp.pp') diff --git a/manifests/command/smtp.pp b/manifests/command/smtp.pp index e4df505..f320f1c 100644 --- a/manifests/command/smtp.pp +++ b/manifests/command/smtp.pp @@ -6,8 +6,6 @@ class nagios::command::smtp { command_line => '$USER1$/check_smtp -H $ARG1$ -p $ARG2$ -S'; 'check_smtp_cert': command_line => '$USER1$/check_smtp -H $ARG1$ -p $ARG2$ -S -D $ARG3$'; - 'check_ssmtp': - command_line => '$USER1$/check_ssmtp -H $ARG1$ -p $ARG2$ -S'; 'check_ssmtp_cert': command_line => '$USER1$/check_ssmtp -H $ARG1$ -p $ARG2$ -S -D $ARG3$'; } -- cgit v1.2.3