vagrant-saltlab/srv/salt/apache/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

3 lines
76 B
Text

uninstall_apache:
pkg.removed:
- name: {{ pillar['pkgs']['apache'] }}