Skip to content

Commit

Permalink
[debops.opendkim] Fix Postfix dependent config
Browse files Browse the repository at this point in the history
Due to changes in the 'parse_kv_items' Ansible filter included in
DebOps, the dependent configuration used in the 'debops.postfix' role
and stored on the Ansible Controller needs to have the 'state' parameter
set explicitly to be correctly merged with other Postfix configuration.
  • Loading branch information
drybjed committed Nov 8, 2019
1 parent 0aff100 commit bf22210
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ansible/roles/debops.opendkim/defaults/main.yml
Expand Up @@ -470,11 +470,13 @@ opendkim__postfix__dependent_maincf:
value:
- name: 'unix:/opendkim/opendkim.sock'
weight: -300
state: 'present'

- name: 'non_smtpd_milters'
value:
- name: 'unix:/opendkim/opendkim.sock'
weight: -300
state: 'present'
# ]]]
# ]]]
# ]]]

0 comments on commit bf22210

Please sign in to comment.