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