Browse Source

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

they get overwritten from defaults.yaml if not specified
master
Theo Chatzimichos 7 years ago
parent
commit
fa657a850e
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      salt/map.jinja

+ 4
- 0
salt/map.jinja View File

'gitfs': { 'gitfs': {
'pygit2': { 'pygit2': {
'install_from_source': False, 'install_from_source': False,
'git': {
'require_state': False,
'install_from_package': 'git',
},
}, },
}, },
'master': { 'master': {

Loading…
Cancel
Save