Orchestration file
diff --git a/haproxy/orchestrate/init.sls b/haproxy/orchestrate/init.sls
new file mode 100644
index 0000000..faf3d1c
--- /dev/null
+++ b/haproxy/orchestrate/init.sls
@@ -0,0 +1,6 @@
+haproxy:
+  salt.state:
+    - tgt: 'roles:haproxy.proxy'
+    - tgt_type: grain
+    - sls: haproxy
+