mirror of
https://github.com/jbowdre/vagrant-saltlab.git
synced 2024-11-30 16:32:18 +00:00
John Bowdre
62bd4a6f35
- rename apache->webserver state - configure firewall rules to permit http/https - fix index.html path
7 lines
147 B
Text
7 lines
147 B
Text
uninstall_apache:
|
|
pkg.removed:
|
|
- name: {{ pillar['pkgs']['apache'] }}
|
|
|
|
remove_html_file:
|
|
file.absent:
|
|
- name: /var/www/html/index.html
|