Browse Source

Change variable lookup to match usage in other states

Done at the maintainer's request.
tags/v0.57.0
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



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


{% endif %} {% endif %}

Loading…
Cancel
Save