From ba9cc2605c8088f47803f697dab147fbcf6b7995 Mon Sep 17 00:00:00 2001 From: "Matthew X. Economou" Date: Fri, 24 Jul 2015 17:06:15 -0400 Subject: [PATCH] Use the py27-pygit2 package when installing pygit2 on FreeBSD --- salt/map.jinja | 1 + 1 file changed, 1 insertion(+) diff --git a/salt/map.jinja b/salt/map.jinja index 3643c18..6126b3e 100644 --- a/salt/map.jinja +++ b/salt/map.jinja @@ -50,6 +50,7 @@ that differ from whats in defaults.yaml 'salt_api': 'py27-salt', 'salt_ssh': 'py27-salt', 'python_git': 'py27-GitPython', + 'pygit2': 'py27-pygit2', 'config_path': '/usr/local/etc/salt', 'minion_service': 'salt_minion', 'master_service': 'salt_master',