We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 381b150 commit 92a19d5Copy full SHA for 92a19d5
postfix/config.sls
@@ -102,6 +102,9 @@ postfix_{{ domain }}_ssl_key:
102
103
{% endfor %}
104
105
+{# Used for newaliases, postalias and postconf #}
106
+{%- set default_database_type = salt['pillar.get']('postfix:config:default_database_type', 'hash') %}
107
+
108
# manage various mappings
109
{% for mapping, data in salt['pillar.get']('postfix:mapping', {}).items() %}
110
{%- set need_postmap = False %}
0 commit comments