From 0166cd409702b1e3526b228b585826d684385ede Mon Sep 17 00:00:00 2001 From: Jeff Baskin Date: Mon, 19 Dec 2016 23:29:42 -0500 Subject: [PATCH] Added fedora. --- salt/map.jinja | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/salt/map.jinja b/salt/map.jinja index 5fc70ca..b02c9d7 100644 --- a/salt/map.jinja +++ b/salt/map.jinja @@ -57,7 +57,10 @@ that differ from whats in defaults.yaml }, }, 'RedHat': { - 'pygit2': 'python-pygit2', + 'pygit2': salt['grains.filter_by']({ + 'Fedora': 'python2-pygit2', + 'default': 'python-pygit2', + }, grain='os'), 'python_git': 'GitPython', 'gitfs': { 'pygit2': {