From 3bd3d1c74e6dd60a984a3f790b8c50fa46ea2ed6 Mon Sep 17 00:00:00 2001 From: Alexander Weidinger Date: Mon, 19 Apr 2021 17:51:19 +0200 Subject: [PATCH] fix(config): set default_database_type; fixes #118 --- postfix/config.sls | 2 ++ 1 file changed, 2 insertions(+) diff --git a/postfix/config.sls b/postfix/config.sls index 7f35802..114ffd4 100644 --- a/postfix/config.sls +++ b/postfix/config.sls @@ -1,4 +1,6 @@ {% from "postfix/map.jinja" import postfix with context %} +{%- set default_database_type = postfix.get('config', {}).get('default_database_type', 'hash')%} + include: - postfix