11 lines
219 B
Plaintext
11 lines
219 B
Plaintext
{% from "common/map.jinja" import common with context %}
|
|
|
|
{{ common['vimrc'] }}:
|
|
file.managed:
|
|
- source: 'salt://common/files/vimrc.jinja'
|
|
- template: jinja
|
|
- user: root
|
|
- group: root
|
|
- mode: 644
|
|
|