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

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