Only include cluster.conf and osd.conf when building ceph.conf

This is the same fix as bc846b7da6
applied to the other part of the code-base that builds ceph.conf (I'd
missed that 349b9ab3e7 had duplicated
this code).

Signed-off-by: Matthew Vernon <mv3@sanger.ac.uk>
pull/1431/head
Matthew Vernon 2017-04-11 14:33:21 +01:00
parent bc846b7da6
commit e3a6429e73
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@
assemble:
src: /etc/ceph/ceph.d/
dest: /etc/ceph/{{ cluster }}.conf
regexp: "^(({{cluster}})|(osd)).conf$"
owner: "ceph"
group: "ceph"
mode: "0644"