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