vagrant-saltlab/srv/salt/vim/uninstall.sls
John Bowdre 2fb3b6e340 fun with pillars
- map distros to package names
- create users on saltlab minions
- ditch cowsay
- replace nginx with apache (and pull pkg name from pillar data)
2023-03-24 23:11:25 -05:00

6 lines
97 B
Text

uninstall_vim:
pkg.removed:
- name: {{ pillar['pkgs']['vim'] }}
/etc/vimrc:
file.absent