paulbsd-salt/states/rsync/config.sls
2020-07-10 00:58:55 +02: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: 0755
- template: jinja
- watch_in:
- service: rsync-service
- require:
- pkg: rsync-install