common; vimrc

This commit is contained in:
2019-04-12 22:53:25 -04:00
parent 0c72d02792
commit 8c843170d4
7 changed files with 118 additions and 15 deletions

10
common/vimrc.sls Normal file
View File

@@ -0,0 +1,10 @@
{% 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