From 14b466e02216a1d08ae31c3b86b9019e1ea0360b Mon Sep 17 00:00:00 2001 From: "Matthew X. Economou" Date: Tue, 14 Jul 2015 09:40:16 -0400 Subject: [PATCH] Change variable lookup to match usage in other states Done at the maintainer's request. --- 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 5d90be8..f1a48e6 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 %}