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 {