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

7 行
171B

  1. {% from "salt/map.jinja" import control with context %}
  2. {%- if control.enabled and control.docker_enabled is defined %}
  3. {# TODO: dockerng implementation #}
  4. {%- endif %}