From 165ec9cbe495fbcf70777cd194bc6cf11f5a3747 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20M=E4kinen?= Date: Thu, 19 Sep 2013 00:06:04 +0300 Subject: [PATCH] sendmail: Clarified comments from sendmail::client::msa. --- sendmail/manifests/init.pp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sendmail/manifests/init.pp b/sendmail/manifests/init.pp index 58f4646..c965108 100644 --- a/sendmail/manifests/init.pp +++ b/sendmail/manifests/init.pp @@ -147,12 +147,12 @@ class sendmail::client inherits sendmail::common { # Hostname of mail server. # # $sendmail_ssl_key: -# Path to SSL key file used for authentication. If not set no -# certificate authentication will be performed. +# Path to SSL key file used for authentication. If not set +# certificate authentication will be disabled. # # $sendmail_ssl_cert: -# Path to SSL certificate file used for authentication. If not set no -# certificate authentication will be performed. +# Path to SSL certificate file used for authentication. If not set +# certificate authentication will be disabled. # class sendmail::client::msa inherits sendmail::client {