mirror of
https://github.com/saltstack-formulas/salt-formula.git
synced 2025-01-22 09:13:47 +01:00
add default values for SUSE osfamily (#343)
This commit is contained in:
parent
01564c3753
commit
3fd9b0964d
@ -83,7 +83,18 @@ that differ from whats in defaults.yaml
|
|||||||
'gitfs_provider': 'pygit2'
|
'gitfs_provider': 'pygit2'
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'Suse': {},
|
'Suse': {
|
||||||
|
'pygit2': 'python-pygit2',
|
||||||
|
'pyinotify': 'python-pyinotify',
|
||||||
|
'gitfs': {
|
||||||
|
'pygit2': {
|
||||||
|
'install_from_source': False,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
'master': {
|
||||||
|
'gitfs_provider': 'pygit2'
|
||||||
|
},
|
||||||
|
},
|
||||||
'Gentoo': {
|
'Gentoo': {
|
||||||
'salt_master': 'app-admin/salt',
|
'salt_master': 'app-admin/salt',
|
||||||
'salt_minion': 'app-admin/salt',
|
'salt_minion': 'app-admin/salt',
|
||||||
|
Loading…
Reference in New Issue
Block a user