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:
parent
20ab9b9b9b
commit
d0cd5d5492
@ -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')) %}
|
||||
|
Loading…
Reference in New Issue
Block a user