13 lines
267 B
Plaintext
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
|