Skip to content

Commit

Permalink
set path to find mon and osd systemd unit file templates
Browse files Browse the repository at this point in the history
Signed-off-by: Huamin Chen <hchen@redhat.com>
  • Loading branch information
rootfs committed Apr 14, 2016
1 parent 1d3b3c6 commit 9d81f32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion roles/ceph-mon/tasks/docker/start_docker_monitor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
- name: generate systemd unit file
become: true
template:
src: ../templates/ceph-mon.service.j2
src: "{{ playbook_dir }}/roles/ceph-mon/templates/ceph-mon.service.j2"
dest: /var/lib/ceph/ceph-mon@.service
owner: "root"
group: "root"
Expand Down
2 changes: 1 addition & 1 deletion roles/ceph-osd/tasks/docker/start_docker_osd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
- name: generate systemd unit file
become: true
template:
src: ceph-osd.service.j2
src: "{{ playbook_dir }}/roles/ceph-osd/templates/ceph-osd.service.j2"
dest: /var/lib/ceph/ceph-osd@.service
owner: "root"
group: "root"
Expand Down

0 comments on commit 9d81f32

Please sign in to comment.