0
0
mirror of https://github.com/saltstack-formulas/salt-formula.git synced 2024-11-28 11:37:44 +01:00
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 -%}