9 lines
197 B
Plaintext
9 lines
197 B
Plaintext
|
#
|
||
|
# This file is managed by Salt! Do not edit by hand!
|
||
|
#
|
||
|
{%- set engines = salt['pillar.get']('salt:engines') -%}
|
||
|
{%- if engines %}
|
||
|
engines:
|
||
|
{{ engines | yaml(False) | indent(2) }}
|
||
|
{%- endif -%}
|