We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b71be7 commit 3bd3d1cCopy full SHA for 3bd3d1c
postfix/config.sls
@@ -1,4 +1,6 @@
1
{% from "postfix/map.jinja" import postfix with context %}
2
+{%- set default_database_type = postfix.get('config', {}).get('default_database_type', 'hash')%}
3
+
4
include:
5
- postfix
6
0 commit comments