From 7584fce0aff912b3aeaf44e6eed82a4c9c267535 Mon Sep 17 00:00:00 2001 From: Holger Fischer Date: Sat, 18 Jul 2020 20:14:36 +0200 Subject: [PATCH] feat(config): run postmap also for regexp maps --- postfix/config.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postfix/config.sls b/postfix/config.sls index 4c35a27..64ad2f8 100644 --- a/postfix/config.sls +++ b/postfix/config.sls @@ -117,7 +117,7 @@ postfix_{{ domain }}_ssl_key: {%- if not file_path.startswith('/') %} {%- set file_path = postfix.config_path ~ '/' ~ file_path %} {%- endif %} - {%- if file_type in ("btree", "cdb", "dbm", "hash", "sdbm") %} + {%- if file_type in ("btree", "cdb", "dbm", "hash", "sdbm", "regexp") %} {%- set need_postmap = True %} {%- endif %} postfix_{{ mapping }}: