initial commit
diff --git a/init.sls b/init.sls
new file mode 100644
index 0000000..d8a93c5
--- /dev/null
+++ b/init.sls
@@ -0,0 +1,8 @@
+
+include:
+{%- if pillar.foreman.server.enabled %}
+- foreman.server
+{%- endif %}
+{%- if pillar.foreman.smart_proxy.enabled %}
+- foreman.smart_proxy
+{%- endif %}