New version of salt-formula from Saltstack

docker.sls 171B

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