moved salt from alias to functin, added username pillar
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
{% for user, plugins in pillar['vim']['plugins'].items() %}
|
||||
{% for plugin, args in plugins.items() %}
|
||||
{% for plugin, args in pillar['vim']['plugins'].items() %}
|
||||
{{ plugin }}:
|
||||
git.latest:
|
||||
- name: {{ args['name'] }}
|
||||
- target: {{ salt['user.info']( user ).home }}/.vim/bundle/{{ plugin }}
|
||||
- user: {{ user }}
|
||||
{% endfor %}
|
||||
- target: {{ salt['user.info']( pillar['username'] ).home }}/.vim/bundle/{{ plugin }}
|
||||
- user: {{ pillar['username'] }}
|
||||
{% endfor %}
|
||||
|
Reference in New Issue
Block a user