Skip to content
Snippets Groups Projects
Commit ea4623b0 authored by Niels Abspoel's avatar Niels Abspoel
Browse files

fix salt-ssh on Arch and Opensuse

parent 07b4fbd8
No related branches found
No related tags found
No related merge requests found
......@@ -36,11 +36,13 @@
'Arch': {'salt-master': 'salt',
'salt-minion': 'salt',
'salt-syndic': 'salt',
'salt-cloud': 'salt'},
'salt-cloud': 'salt',
'salt-ssh': 'salt'},
'openSUSE':{'salt-master': 'salt-master',
'salt-minion': 'salt-minion',
'salt-syndic': 'salt-syndic',
'salt-cloud': 'salt-cloud'},
'salt-cloud': 'salt-cloud',
'salt-ssh': 'salt-ssh'},
'FreeBSD': {'salt-master': 'py27-salt',
'salt-minion': 'py27-salt',
'salt-syndic': 'py27-salt',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment