Saltstack Official Salt Formula
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

engine.conf 197B

8 jaren geleden
12345678
  1. #
  2. # This file is managed by Salt! Do not edit by hand!
  3. #
  4. {%- set engines = salt['pillar.get']('salt:engines') -%}
  5. {%- if engines %}
  6. engines:
  7. {{ engines | yaml(False) | indent(2) }}
  8. {%- endif -%}