b470a1b496
* Re-organize according to http://docs.saltstack.com/topics/conventions/formulas.html#writing-formulas
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 -%}
|
|
|