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 %}