8 lines
205 B
Plaintext
8 lines
205 B
Plaintext
|
{% set rsync = salt['grains.filter_by']({
|
||
|
'Debian': {
|
||
|
'pkg': 'rsyncd',
|
||
|
'service': 'rsyncd',
|
||
|
'config': '/etc/rsyncd.conf',
|
||
|
},
|
||
|
}, merge=salt['pillar.get']('rsync:lookup')) %}
|