From 3fd9b0964d69e5c791ff5ea2417708f8aa8787e2 Mon Sep 17 00:00:00 2001 From: Theo Chatzimichos Date: Mon, 20 Nov 2017 23:34:09 +0100 Subject: [PATCH] add default values for SUSE osfamily (#343) --- salt/map.jinja | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/salt/map.jinja b/salt/map.jinja index 0178a5c..b03842b 100644 --- a/salt/map.jinja +++ b/salt/map.jinja @@ -83,7 +83,18 @@ that differ from whats in defaults.yaml 'gitfs_provider': 'pygit2' }, }, - 'Suse': {}, + 'Suse': { + 'pygit2': 'python-pygit2', + 'pyinotify': 'python-pyinotify', + 'gitfs': { + 'pygit2': { + 'install_from_source': False, + }, + }, + 'master': { + 'gitfs_provider': 'pygit2' + }, + }, 'Gentoo': { 'salt_master': 'app-admin/salt', 'salt_minion': 'app-admin/salt',