2
0

add also default git values for SUSE osfamily (#344)

they get overwritten from defaults.yaml if not specified
This commit is contained in:
Theo Chatzimichos 2017-11-21 00:18:22 +01:00 committed by Niels Abspoel
parent 3fd9b0964d
commit fa657a850e

View File

@ -89,6 +89,10 @@ that differ from whats in defaults.yaml
'gitfs': {
'pygit2': {
'install_from_source': False,
'git': {
'require_state': False,
'install_from_package': 'git',
},
},
},
'master': {