Saltstack Official Apache 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.

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