Run mgr state if defined
diff --git a/ceph/init.sls b/ceph/init.sls
index 638c6f5..04719ab 100644
--- a/ceph/init.sls
+++ b/ceph/init.sls
@@ -9,6 +9,9 @@
 {% if pillar.ceph.mon is defined %}
 - ceph.mon
 {% endif %}
+{% if pillar.ceph.mgr is defined %}
+- ceph.mgr
+{% endif %}
 {% if pillar.ceph.osd is defined %}
 - ceph.osd
 {% endif %}