0c1423f8f1
The source template was missing for RH based systems, only the Debian file was packaged. Fix this.
7 lines
271 B
Django/Jinja
7 lines
271 B
Django/Jinja
# managed by saltstack
|
|
|
|
RemoteIPHeader {{ salt['pillar.get']('apache:mod_remoteip:RemoteIPHeader', 'X-Forwarded-For') }}
|
|
{%- for trusted_proxy in salt['pillar.get']('apache:mod_remoteip:RemoteIPTrustedProxy', []) %}
|
|
RemoteIPTrustedProxy {{ trusted_proxy }}
|
|
{%- endfor %}
|