mirror of
https://github.com/valitydev/salt-common.git
synced 2024-11-06 10:25:23 +00:00
20 lines
333 B
Plaintext
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
|