fix the /etc/default/ceph path on debian when setting cluster name

In ceph version 10.2.1 a bug was fixed that corrects the path:

791eba81a5

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
pull/784/head
Andrew Schoen 2016-05-13 15:01:00 -05:00
parent 6589a6f090
commit 85fb03fc99
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@
- name: configure cluster name - name: configure cluster name
lineinfile: lineinfile:
dest: /etc/default/ceph/ceph dest: /etc/default/ceph
insertafter: EOF insertafter: EOF
create: yes create: yes
line: "CLUSTER={{ cluster }}" line: "CLUSTER={{ cluster }}"