{%- endmacro -%} | {%- endmacro -%} | ||||
// This file is managed by salt | // This file is managed by salt | ||||
{%- for opt, opt_data in data|dictsort -%} | {%- for opt, opt_data in data|dictsort -%} | ||||
{%- if opt_data is string %} | |||||
{%- if opt_data is string or opt_data is number %} | |||||
{{ opt }} "{{ opt_data }}"; | {{ opt }} "{{ opt_data }}"; | ||||
{%- elif opt_data is mapping %} | {%- elif opt_data is mapping %} | ||||
{{ opt }} | {{ opt }} |