2
0

Change variable lookup to match usage in other states

Done at the maintainer's request.
This commit is contained in:
Matthew X. Economou 2015-07-14 09:40:16 -04:00
parent b03831c0b0
commit 14b466e022

View File

@ -9,6 +9,6 @@ GitPython:
python-git:
pkg.installed:
- name: {{ salt_settings['python_git'] }}
- name: {{ salt_settings.python_git }}
{% endif %}