2
0
salt-formula/salt/files/master.d/engine.conf

9 lines
197 B
Plaintext
Raw Normal View History

2016-05-28 05:35:15 +02:00
#
# 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 -%}