sendmail: Clarified comments from sendmail::client::msa.
This commit is contained in:
parent
f500ae452d
commit
165ec9cbe4
1 changed files with 4 additions and 4 deletions
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue