Merge pull request #246 from ErisDS/passenger-plus
Included snippets, servers & certs for passenger
This commit is contained in:
commit
4be3109749
@ -10,7 +10,13 @@
|
|||||||
{% if salt['grains.get']('os_family') in ['Debian', 'RedHat'] %}
|
{% if salt['grains.get']('os_family') in ['Debian', 'RedHat'] %}
|
||||||
include:
|
include:
|
||||||
- nginx.pkg
|
- nginx.pkg
|
||||||
|
- nginx.config
|
||||||
- nginx.service
|
- nginx.service
|
||||||
|
{%- if nginx.snippets is defined %}
|
||||||
|
- nginx.snippets
|
||||||
|
{%- endif %}
|
||||||
|
- nginx.servers
|
||||||
|
- nginx.certificates
|
||||||
|
|
||||||
passenger_install:
|
passenger_install:
|
||||||
pkg.installed:
|
pkg.installed:
|
||||||
|
Loading…
Reference in New Issue
Block a user