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
|
||||
- require:
|
||||
- file: /etc/opendkim/
|
||||
- contents:
|
||||
- contents: |
|
||||
# Managed by Salt
|
||||
{% for cidr in conf['internal-hosts'] %}
|
||||
{{ cidr }}
|
||||
@ -76,7 +76,7 @@ opendkim:
|
||||
- group: root
|
||||
- require:
|
||||
- file: /etc/opendkim/
|
||||
- contents:
|
||||
- contents: |
|
||||
# Managed by Salt
|
||||
{% for cidr in conf['external-ignore-list'] %}
|
||||
{{ cidr }}
|
||||
|
Loading…
Reference in New Issue
Block a user