nginx-formula/init.sls
2013-08-21 12:17:34 -07:00

10 lines
162 B
Plaintext

include:
- nginx.common
- nginx.users
{% if pillar.get('nginx', {}).get('install_from_source') %}
- nginx.source
{% else %}
- nginx.package
{% endif -%}