mirror of
https://github.com/saltstack-formulas/rsyncd-formula.git
synced 2025-02-19 20:08:41 +01:00
Added Arch linux support
This commit is contained in:
parent
89e974e3fc
commit
f7e09107b0
@ -5,4 +5,10 @@
|
||||
'configfile': '/etc/rsyncd.conf',
|
||||
'secretsfile': '/etc/rsyncd.secrets'
|
||||
},
|
||||
'Arch': {
|
||||
'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