sendmail: Clarified comments from sendmail::client::msa.

This commit is contained in:
Timo Mkinen 2013-09-19 00:06:04 +03:00
parent f500ae452d
commit 165ec9cbe4

View file

@ -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 {