Restructured the manifest comments to be stylistically correct.
This commit is contained in:
parent
2654e6ef77
commit
3e95a1ef96
1 changed files with 14 additions and 7 deletions
|
@ -12,13 +12,20 @@ class dovecot::common {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
# Variables
|
# === Global variables
|
||||||
# dovecot_mail_domain = foo.invalid
|
#
|
||||||
# dovecot_mx_mailname = mail.foo.invalid
|
# $dovecot_mail_domain:
|
||||||
# dovecot_ssl_csr = puppet:///private/foo.invalid.csr
|
# Mail domain name.
|
||||||
# dovecot_ssl_cert = puppet:///private/foo.invalid.crt
|
# $dovecot_mx_mailname:
|
||||||
# dovecot_ssl_key = puppet:///private/foo.invalid.key
|
# MX mail name.
|
||||||
# dovecot_ssl_chain = puppet:///private/foo.invalid.chain.crt
|
# $dovecot_ssl_csr:
|
||||||
|
# Puppet source for the CSR file.
|
||||||
|
# $dovecot_ssl_cert:
|
||||||
|
# Puppet source for the X.509 certificate.
|
||||||
|
# $dovecot_ssl_key:
|
||||||
|
# Puppet source for the X.509 key.
|
||||||
|
# $dovecot_ssl_chain:
|
||||||
|
# Puppet source for the optional X.509 chain certificate.
|
||||||
|
|
||||||
class dovecot::server inherits dovecot::common {
|
class dovecot::server inherits dovecot::common {
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue