mirror of
https://github.com/saltstack-formulas/apache-formula.git
synced 2025-04-17 10:10:26 +00:00
12 lines
220 B
Text
12 lines
220 B
Text
![]() |
# -*- coding: utf-8 -*-
|
||
|
# vim: ft=sls
|
||
|
|
||
|
include:
|
||
|
- .install
|
||
|
- .mod_rewrite
|
||
|
- .mod_proxy
|
||
|
- .mod_headers
|
||
|
{%- if 'osfinger' in grains and grains.osfinger not in ('Amazon Linux-2',) %}
|
||
|
- .mod_geoip
|
||
|
{%- endif %}
|