first commit
diff --git a/ceph/init.sls b/ceph/init.sls
new file mode 100644
index 0000000..a01aa88
--- /dev/null
+++ b/ceph/init.sls
@@ -0,0 +1,10 @@
+include:
+{% if pillar.ceph.osd is defined %}
+- ceph.osd
+{% endif %}
+{% if pillar.ceph.mon is defined %}
+- ceph.mon
+{% endif %}
+{% if pillar.ceph.client is defined %}
+- ceph.client
+{% endif %}
\ No newline at end of file