ejabberd: Add option to disable room logging by default

This commit is contained in:
Ossi Salmi 2016-04-13 10:15:27 +03:00
parent 7494adf19b
commit 7ab4b0b7aa
3 changed files with 6 additions and 2 deletions

View file

@ -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",