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