Browse Source

Change variable lookup to match usage in other states

Done at the maintainer's request.
master
Matthew X. Economou 9 years ago
parent
commit
14b466e022
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      salt/gitfs/gitpython.sls

+ 1
- 1
salt/gitfs/gitpython.sls View File

@@ -9,6 +9,6 @@ GitPython:

python-git:
pkg.installed:
- name: {{ salt_settings['python_git'] }}
- name: {{ salt_settings.python_git }}

{% endif %}

Loading…
Cancel
Save