Added Arch linux support

This commit is contained in:
jpic 2015-05-15 00:22:16 +02:00
parent 89e974e3fc
commit f7e09107b0
1 changed files with 6 additions and 0 deletions

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