commit | 8425d3631848584a346c2f7e216fd027a2a838b2 | [log] [tgz] |
---|---|---|
author | jpavlik <j.pavlik@tcpcloud.eu> | Tue Jun 09 15:23:27 2015 +0200 |
committer | jpavlik <j.pavlik@tcpcloud.eu> | Tue Jun 09 15:23:27 2015 +0200 |
tree | 0e47162d4e71f30ab730d320bd526d561a553239 |
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