12 lines
238 B
Plaintext
12 lines
238 B
Plaintext
include:
|
|
- nginx.common
|
|
{% if pillar.get('nginx', {}).get('user_auth_enabled', true) %}
|
|
- nginx.users
|
|
{% endif %}
|
|
{% if pillar.get('nginx', {}).get('install_from_source') %}
|
|
- nginx.source
|
|
{% else %}
|
|
- nginx.package
|
|
{% endif -%}
|
|
|