paulbsd-salt/states/rsync/config.sls
2021-12-12 10:45:30 +01:00

13 lines
267 B
Plaintext

---
rsync-config:
file.managed:
- name: /etc/rsyncd.conf
- source: salt://rsync/rsyncd.conf.j2
- user: root
- group: root
- mode: 0640
- template: jinja
- watch_in:
- service: rsync-service
- require:
- pkg: rsync-install