ejabberd: Add option to disable room logging by default
This commit is contained in:
parent
7494adf19b
commit
7ab4b0b7aa
3 changed files with 6 additions and 2 deletions
|
@ -31,6 +31,9 @@
|
|||
# $muclog_datadir:
|
||||
# Path where to store chatroom logs. Disabled by default.
|
||||
#
|
||||
# $muclog_default:
|
||||
# Enable room logging by default. Defaults to true.
|
||||
#
|
||||
# $muclog_format:
|
||||
# Chatroom log format. Valid values html or plaintext.
|
||||
#
|
||||
|
@ -74,6 +77,7 @@ class ejabberd(
|
|||
$extauth=undef,
|
||||
$extauth_cache=false,
|
||||
$muclog_datadir=undef,
|
||||
$muclog_default=true,
|
||||
$muclog_format='plaintext',
|
||||
$ssl_key="${::puppet_ssldir}/private_keys/${::homename}.pem",
|
||||
$ssl_cert="${::puppet_ssldir}/certs/${::homename}.pem",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue