mirror of
https://github.com/jbowdre/vagrant-saltlab.git
synced 2024-11-24 14:22:18 +00:00
John Bowdre
db9ef4c5d7
- change id to avoid ambiguity with package names - rename module/folder because I'm not going to configure other editors - update references to match
10 lines
173 B
Text
10 lines
173 B
Text
uninstall_vim:
|
|
pkg.removed:
|
|
{% if grains['os_family'] == 'RedHat'%}
|
|
- name: vim-enhanced
|
|
{% else %}
|
|
- name: vim
|
|
{% endif %}
|
|
|
|
/etc/vimrc:
|
|
file.absent
|