Browse Source
Merge pull request #246 from ErisDS/passenger-plus
Included snippets, servers & certs for passenger
tags/v2.3.0
Niels Abspoel
5 years ago
No account linked to committer's email address
1 changed files with
6 additions and
0 deletions
-
nginx/passenger.sls
|
|
|
|
|
|
|
|
{% 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: |