commit | be2810a0ca8424c92a11d431bcdecfc1e953e9e0 | [log] [tgz] |
---|---|---|
author | Michel Nederlof <michel@nederlof.info> | Tue Jun 12 20:03:16 2018 +0200 |
committer | Michel Nederlof <michel@nederlof.info> | Tue Jun 12 20:03:16 2018 +0200 |
tree | 2fc3429a6fd06c59c285a844df8e7696e85df0df | |
parent | 5f1ce81ff1d683b27d140e00e89fdffff727365b [diff] |
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 %}