mirror of
https://github.com/saltstack-formulas/openssh-formula.git
synced 2025-04-23 06:08:15 +02:00
Fixed option_collapselist macro (fixes #102)
This commit is contained in:
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=',') -%}
|
||||
|
Loading…
x
Reference in New Issue
Block a user