mirror of
https://github.com/jbowdre/vagrant-saltlab.git
synced 2024-11-24 22:32:18 +00:00
11 lines
163 B
Text
11 lines
163 B
Text
|
vim:
|
||
|
pkg.removed:
|
||
|
{% if grains['os_family'] == 'RedHat'%}
|
||
|
- name: vim-enhanced
|
||
|
{% else %}
|
||
|
- name: vim
|
||
|
{% endif %}
|
||
|
|
||
|
/etc/vimrc:
|
||
|
file.absent
|