From ef73e4ce98a7e3832fa3d06172f8cd30d6ff393e Mon Sep 17 00:00:00 2001 From: Brian Jackson Date: Mon, 20 Jul 2015 17:05:54 -0500 Subject: [PATCH] Revert "Change variable lookup to match usage in other states" This reverts commit 14b466e02216a1d08ae31c3b86b9019e1ea0360b. --- salt/gitfs/gitpython.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/gitfs/gitpython.sls b/salt/gitfs/gitpython.sls index f1a48e6..5d90be8 100644 --- a/salt/gitfs/gitpython.sls +++ b/salt/gitfs/gitpython.sls @@ -9,6 +9,6 @@ GitPython: python-git: pkg.installed: - - name: {{ salt_settings.python_git }} + - name: {{ salt_settings['python_git'] }} {% endif %}