salt-common/sls/ceph/radosgw.sls
2017-06-20 16:46:09 +03:00

20 lines
333 B
Plaintext

include:
- ceph.pkg
- ceph.conf
/etc/init.d/radosgw:
file.managed:
- source: salt://ceph/files/radosgw.initd
- mode: 755
- user: root
- group: root
- require:
- pkg: ceph
radosgw:
service.running:
- enable: True
- watch:
- file: /etc/ceph/ceph.conf
- file: /etc/init.d/radosgw