Saltstack Official Nginx Formula
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

12 linhas
238B

  1. include:
  2. - nginx.common
  3. {% if pillar.get('nginx', {}).get('user_auth_enabled', true) %}
  4. - nginx.users
  5. {% endif %}
  6. {% if pillar.get('nginx', {}).get('install_from_source') %}
  7. - nginx.source
  8. {% else %}
  9. - nginx.package
  10. {% endif -%}