Saltstack Official Nginx Formula
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 line
162B

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