Saltstack Official Salt Formula
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

engine.conf 197B

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 -%}