commit | 1c997be70f832fd9bb419020f600ec910153af9b | [log] [tgz] |
---|---|---|
author | Jakub Pavlik <pavlk.jakub@gmail.com> | Mon Jan 04 19:27:07 2016 +0100 |
committer | Jakub Pavlik <pavlk.jakub@gmail.com> | Mon Jan 04 19:27:07 2016 +0100 |
tree | 119e725539afa727ad36b33ce91f13d2f45b2f15 | |
parent | 9dc25c5ccb7300c30b05933b4ae15e95e534c269 [diff] |
fix ceph service naming convetion
diff --git a/ceph/radosgw.sls b/ceph/radosgw.sls index 3a6f4c6..fb96d05 100644 --- a/ceph/radosgw.sls +++ b/ceph/radosgw.sls
@@ -15,12 +15,12 @@ radosgw_service: service.running: - - name: {{ radosgw.services }} + - names: {{ radosgw.services }} - enable: True - require: - pkg: ceph_radosgw_packages - file: /var/lib/ceph/radosgw/ceph-radosgw.gateway/done - watch: - - file: /etc/ceph/ceph.conf + - ini: /etc/ceph/ceph.conf {%- endif %} \ No newline at end of file