paulbsd-salt/states/vim/config.sls

13 lines
276 B
Plaintext
Raw Normal View History

2020-07-10 00:58:55 +02:00
---
{%- from "vim/map.jinja" import vim with context %}
vim-vimrc-local:
file.managed:
- name: /etc/vim/vimrc.local
2023-03-10 00:06:58 +01:00
- source: salt://vim/templates/vimrc.j2
2020-07-10 00:58:55 +02:00
- user: root
- group: root
- mode: 0644
- template: jinja
- require:
2023-03-10 00:06:58 +01:00
- pkg: vim-pkg