vagrant-saltlab/srv/salt/top.sls
John Bowdre 62bd4a6f35 further work on webserver state
- rename apache->webserver state
- configure firewall rules to permit http/https
- fix index.html path
2023-03-27 10:38:35 -05:00

9 lines
123 B
Text

base:
'*':
- vim
'roles:saltlab':
- match: grain
- users
'roles:web':
- match: grain
- webserver