Merge pull request #246 from ErisDS/passenger-plus

Included snippets, servers & certs for passenger
This commit is contained in:
Niels Abspoel 2019-09-01 21:13:09 +02:00 committed by GitHub
commit 4be3109749
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,13 @@
{% if salt['grains.get']('os_family') in ['Debian', 'RedHat'] %}
include:
- nginx.pkg
- nginx.config
- nginx.service
{%- if nginx.snippets is defined %}
- nginx.snippets
{%- endif %}
- nginx.servers
- nginx.certificates
passenger_install:
pkg.installed: