0
0
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:
jpic 2015-05-15 00:22:16 +02:00
parent 89e974e3fc
commit f7e09107b0

View File

@ -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')) %}