0
0
mirror of https://github.com/saltstack-formulas/salt-formula.git synced 2024-11-28 00:48:02 +01:00

Revert "Change variable lookup to match usage in other states"

This reverts commit 14b466e022.
This commit is contained in:
Brian Jackson 2015-07-20 17:05:54 -05:00
parent b04fc8c843
commit ef73e4ce98

View File

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