mirror of
https://github.com/saltstack-formulas/salt-formula.git
synced 2024-11-28 00:48:02 +01:00
Merge pull request #287 from ek9/alpine-linux-support
Alpine Linux: add basic support
This commit is contained in:
commit
d3dfd1b967
@ -91,6 +91,16 @@ that differ from whats in defaults.yaml
|
||||
'salt_api': 'salt',
|
||||
'salt_ssh': 'salt',
|
||||
},
|
||||
'Alpine': {
|
||||
'salt_master': 'salt-master',
|
||||
'salt_minion': 'salt-minion',
|
||||
'salt_syndic': 'salt-syndic',
|
||||
'salt_cloud': 'salt-cloud',
|
||||
'salt_api': 'salt-api',
|
||||
'salt_ssh': 'salt-ssh',
|
||||
'pygit2': 'py2-pygit2',
|
||||
'libgit2': 'libgit2',
|
||||
},
|
||||
'FreeBSD': {
|
||||
'salt_master': 'py27-salt',
|
||||
'salt_minion': 'py27-salt',
|
||||
|
Loading…
Reference in New Issue
Block a user