ソースを参照

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

they get overwritten from defaults.yaml if not specified
master
Theo Chatzimichos 7年前
コミット
fa657a850e
1個のファイルの変更4行の追加0行の削除
  1. +4
    -0
      salt/map.jinja

+ 4
- 0
salt/map.jinja ファイルの表示

@@ -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': {

読み込み中…
キャンセル
保存