rsyncd-formula/rsyncd/map.jinja

8 lines
205 B
Plaintext
Raw Normal View History

2015-05-01 23:22:41 +02:00
{% set rsync = salt['grains.filter_by']({
'Debian': {
'pkg': 'rsyncd',
'service': 'rsyncd',
'config': '/etc/rsyncd.conf',
},
}, merge=salt['pillar.get']('rsync:lookup')) %}