ansible-role-prosody-master/templates/modules/mod_lastlog.cfg.lua.j2

14 lines
394 B
Text
Raw Normal View History

2022-10-11 09:19:07 +02:00
{#
Prosody server template fragment for the `lastlog` module.
For details, see:
https://modules.prosody.im/mod_lastlog.html
#}
{% if cfg.lastlog_ip_address is defined %}
lastlog_ip_address = {{ cfg.lastlog_ip_address | bool | lower }}
{% endif %}
{% if cfg.lastlog_stamp_offline is defined %}
lastlog_stamp_offline = {{ cfg.lastlog_stamp_offline | bool | lower }}
{% endif %}