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
1 changed files with 6 additions and 0 deletions

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')) %}