mirror of
https://github.com/saltstack-formulas/rsyncd-formula.git
synced 2025-07-21 00:28:22 +02: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',
|
'configfile': '/etc/rsyncd.conf',
|
||||||
'secretsfile': '/etc/rsyncd.secrets'
|
'secretsfile': '/etc/rsyncd.secrets'
|
||||||
},
|
},
|
||||||
|
'Suse': {
|
||||||
|
'pkg': 'rsync',
|
||||||
|
'service': 'rsyncd',
|
||||||
|
'configfile': '/etc/rsyncd.conf',
|
||||||
|
'secretsfile': '/etc/rsyncd.secrets'
|
||||||
|
},
|
||||||
}, merge=salt['pillar.get']('rsyncd:lookup')) %}
|
}, merge=salt['pillar.get']('rsyncd:lookup')) %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user