commit | 16d9703a8f9ea7b18af88e0a8d64229ecff093d4 | [log] [tgz] |
---|---|---|
author | Ales Komarek <mail@newt.cz> | Sat Jun 14 13:31:57 2014 +0200 |
committer | Ales Komarek <mail@newt.cz> | Sat Jun 14 13:31:57 2014 +0200 |
tree | 63348b9d5e6da37ea0fd617a4492a13e92d1490c |
Initial commit
diff --git a/init.sls b/init.sls new file mode 100644 index 0000000..0d3039d --- /dev/null +++ b/init.sls
@@ -0,0 +1,9 @@ +{%- 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 %} \ No newline at end of file