salt-statetree/nginx/init.sls

8 lines
155 B
Text

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