From 639dae9dfb21e5fe30e14c176893db161cbfb388 Mon Sep 17 00:00:00 2001 From: edunham Date: Wed, 23 Mar 2016 09:58:14 -0700 Subject: [PATCH] Master needs python-git for gitfs https://docs.saltstack.com/en/2015.5/topics/tutorials/gitfs.html says it's the preferred method. Working on https://github.com/servo/saltfs/issues/264. --- git/init.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git/init.sls b/git/init.sls index 19c05d55f..124b848cd 100644 --- a/git/init.sls +++ b/git/init.sls @@ -2,4 +2,4 @@ git: pkg.installed: - pkgs: - - git + - python-git