9 lines
276 B
Plaintext
9 lines
276 B
Plaintext
|
########################################################################
|
||
|
# File managed by Salt at <{{ source }}>.
|
||
|
# Your changes will be overwritten.
|
||
|
########################################################################
|
||
|
|
||
|
{%- for item in config %}
|
||
|
{{ item }}
|
||
|
{%- endfor %}
|