Skip to content

Commit 7584fce

Browse files
feat(config): run postmap also for regexp maps
1 parent 75fcd4a commit 7584fce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postfix/config.sls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ postfix_{{ domain }}_ssl_key:
117117
{%- if not file_path.startswith('/') %}
118118
{%- set file_path = postfix.config_path ~ '/' ~ file_path %}
119119
{%- endif %}
120-
{%- if file_type in ("btree", "cdb", "dbm", "hash", "sdbm") %}
120+
{%- if file_type in ("btree", "cdb", "dbm", "hash", "sdbm", "regexp") %}
121121
{%- set need_postmap = True %}
122122
{%- endif %}
123123
postfix_{{ mapping }}:

0 commit comments

Comments
 (0)