include mon before osd

Change-Id: I10e06b0b8a7178de565c1087d69d99cef57a5d76
diff --git a/ceph/init.sls b/ceph/init.sls
index 0fa4edd..524ff26 100644
--- a/ceph/init.sls
+++ b/ceph/init.sls
@@ -1,10 +1,10 @@
 include:
-{% if pillar.ceph.osd is defined %}
-- ceph.osd
-{% endif %}
 {% if pillar.ceph.mon is defined %}
 - ceph.mon
 {% endif %}
+{% if pillar.ceph.osd is defined %}
+- ceph.osd
+{% endif %}
 {% if pillar.ceph.setup is defined %}
 - ceph.setup
 {% endif %}