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

14 lines
351 B
Text
Raw Normal View History

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