blob: 0d3039ddfbeeb5e14e4dc5b54499be2c6a01a94c [file] [log] [blame]
{%- if pillar.docker is defined %}
include:
{%- if pillar.docker.host is defined %}
- docker.host
{%- endif %}
{%- if pillar.docker.control is defined %}
- docker.control
{%- endif %}
{%- endif %}