mirror of
https://github.com/saltstack-formulas/rsyncd-formula.git
synced 2024-11-27 23:07:56 +01:00
Added Arch linux support
This commit is contained in:
parent
89e974e3fc
commit
f7e09107b0
@ -5,4 +5,10 @@
|
|||||||
'configfile': '/etc/rsyncd.conf',
|
'configfile': '/etc/rsyncd.conf',
|
||||||
'secretsfile': '/etc/rsyncd.secrets'
|
'secretsfile': '/etc/rsyncd.secrets'
|
||||||
},
|
},
|
||||||
|
'Arch': {
|
||||||
|
'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…
Reference in New Issue
Block a user