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

14 lines
294 B
Text
Raw Permalink Normal View History

2022-10-11 09:19:07 +02:00
{#
Prosody server template fragment for the `admin_telnet` module.
For details, see:
https://prosody.im/doc/modules/mod_admin_telnet
#}
{% if cfg.console_ports is defined %}
console_ports = {
{% for port in cfg.console_ports %}
{{ port | int }};
{% endfor %}
}
{% endif %}