blob: 625694093f4df89254625fffdd665749c5c9b212 [file] [log] [blame]
Ales Komarek16d97032014-06-14 13:31:57 +02001{%- if pillar.docker is defined %}
2include:
3{%- if pillar.docker.host is defined %}
4- docker.host
5{%- endif %}
Filip Pytloune27a90d2016-08-29 14:08:34 +02006{%- if pillar.docker.client is defined %}
7- docker.client
Michael Kutý17649402016-03-19 23:57:43 +01008{%- endif %}
Filip Pytlounbaf94c92016-06-07 18:07:17 +02009{%- if pillar.docker.registry is defined %}
10- docker.registry
11{%- endif %}
12{%- endif %}