salt-statetree/nginx/init.sls
2024-02-01 23:58:36 +01:00

8 lines
150 B
Text

{% from tpldir+"/map.jinja" import nginx with context %}
nginx_pkg:
pkg.installed:
- pkgs:
- nginx
- certbot
- certbot-nginx