mirror of
https://github.com/valitydev/salt-common.git
synced 2024-11-06 10:25:23 +00:00
Change opendkim generated cidr file format for one CIDR network per line;
This commit is contained in:
parent
543b5ba1ac
commit
dcc1a176e0
@ -63,7 +63,7 @@ opendkim:
|
|||||||
- group: root
|
- group: root
|
||||||
- require:
|
- require:
|
||||||
- file: /etc/opendkim/
|
- file: /etc/opendkim/
|
||||||
- contents:
|
- contents: |
|
||||||
# Managed by Salt
|
# Managed by Salt
|
||||||
{% for cidr in conf['internal-hosts'] %}
|
{% for cidr in conf['internal-hosts'] %}
|
||||||
{{ cidr }}
|
{{ cidr }}
|
||||||
@ -76,7 +76,7 @@ opendkim:
|
|||||||
- group: root
|
- group: root
|
||||||
- require:
|
- require:
|
||||||
- file: /etc/opendkim/
|
- file: /etc/opendkim/
|
||||||
- contents:
|
- contents: |
|
||||||
# Managed by Salt
|
# Managed by Salt
|
||||||
{% for cidr in conf['external-ignore-list'] %}
|
{% for cidr in conf['external-ignore-list'] %}
|
||||||
{{ cidr }}
|
{{ cidr }}
|
||||||
|
Loading…
Reference in New Issue
Block a user