0
0
mirror of https://github.com/saltstack-formulas/rsyncd-formula.git synced 2025-01-31 11:40:27 +01:00

support SUSE-based OSes

such as openSUSE and SLES
This commit is contained in:
Bernhard M. Wiedemann 2017-03-16 15:17:06 +01:00
parent 20ab9b9b9b
commit d0cd5d5492

View File

@ -11,4 +11,10 @@
'configfile': '/etc/rsyncd.conf',
'secretsfile': '/etc/rsyncd.secrets'
},
'Suse': {
'pkg': 'rsync',
'service': 'rsyncd',
'configfile': '/etc/rsyncd.conf',
'secretsfile': '/etc/rsyncd.secrets'
},
}, merge=salt['pillar.get']('rsyncd:lookup')) %}