0
0
mirror of https://github.com/saltstack-formulas/openssh-formula.git synced 2025-03-31 03:23:37 +02:00

defaults do not need a prefix

This commit is contained in:
Robert Fairburn 2014-09-19 11:21:31 -05:00
parent 85c97b450a
commit 1a2de43ed7

View File

@ -29,7 +29,6 @@
{%- endif -%}
{#- add prefix to keyword and/or default -#}
{%- set keyword = prefix ~ keyword -%}
{%- set default = prefix ~ default -%}
{{ render_option(keyword, default) }}
{%- endmacro -%}