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