Saltstack Official Nginx Formula
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

12 行
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 -%}