Skip to content

Commit a10af42

Browse files
author
Felipe Zipitría
authored
Merge pull request #113 from hoonetorg/master
run postmap also for regexp maps
2 parents 75fcd4a + 7584fce commit a10af42

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)