From fa657a850e3fb928acd277e8517f48e0441503c0 Mon Sep 17 00:00:00 2001 From: Theo Chatzimichos Date: Tue, 21 Nov 2017 00:18:22 +0100 Subject: [PATCH] add also default git values for SUSE osfamily (#344) they get overwritten from defaults.yaml if not specified --- salt/map.jinja | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/salt/map.jinja b/salt/map.jinja index b03842b..583201e 100644 --- a/salt/map.jinja +++ b/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': {