tlu/salt/states/nginx/init.sls
Jonas Forsberg 9ac32539c8 .
2021-09-24 13:25:12 +02:00

11 lines
122 B
Plaintext

Install nginx:
pkg.installed:
- name: nginx
Start nginx:
service.running:
- name: nginx
enable: True