add also default git values for SUSE osfamily (#344)
they get overwritten from defaults.yaml if not specified
This commit is contained in:
parent
3fd9b0964d
commit
fa657a850e
@ -89,6 +89,10 @@ that differ from whats in defaults.yaml
|
|||||||
'gitfs': {
|
'gitfs': {
|
||||||
'pygit2': {
|
'pygit2': {
|
||||||
'install_from_source': False,
|
'install_from_source': False,
|
||||||
|
'git': {
|
||||||
|
'require_state': False,
|
||||||
|
'install_from_package': 'git',
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'master': {
|
'master': {
|
||||||
|
Loading…
Reference in New Issue
Block a user