paulbsd-salt/states/opendkim/templates/TrustedHosts.j2

10 lines
310 B
Plaintext
Raw Normal View History

2023-03-10 00:08:09 +01:00
{%- from "opendkim/map.jinja" import opendkim with context %}
{%- from "opendkim/map.jinja" import net with context %}
{%- from "opendkim/map.jinja" import hostnames with context %}
{%- for network in net.ip_networks %}
{{ network }}
2020-07-10 00:58:55 +02:00
{%- endfor %}
2023-03-10 00:08:09 +01:00
{%- for hostname in hostnames %}
2020-07-10 00:58:55 +02:00
{{ hostname }}
2023-01-04 21:44:03 +01:00
{%- endfor %}