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

12 行
220B

  1. # -*- coding: utf-8 -*-
  2. # vim: ft=sls
  3. include:
  4. - .install
  5. - .mod_rewrite
  6. - .mod_proxy
  7. - .mod_headers
  8. {%- if 'osfinger' in grains and grains.osfinger not in ('Amazon Linux-2',) %}
  9. - .mod_geoip
  10. {%- endif %}