0
0
mirror of https://github.com/saltstack-formulas/openssh-formula.git synced 2025-04-23 06:08:15 +02:00

Fixed option_collapselist macro (fixes )

This commit is contained in:
Alexander Weidinger 2017-10-23 14:43:45 +02:00
parent 8f7b8ded98
commit 3ec13f6748

@ -34,7 +34,7 @@
{%- set config_dict = sshd_config -%}
{%- endif -%}
{{ keyword }} {{ config_dict.get(keyword) | join(sep) }}
{%- endmacro -%}
{% endmacro -%}
{#- macro for handling an option that can be specified as a list or a string -#}
{%- macro option_string_or_list(keyword, sep=',') -%}