You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a deprecation message if enable_logging is used instead of enable_query_log.
Abort if both enable_logging/enable_query_log is enabled with use_extensive_logging
as these are mutually exclusive now.
Fixup tests to _not_ look for the querylog line.
- text: Pillar data contains enable_logging. This parameter is deprecated and has been renamed enable_query_log.
90
+
{%- endif %}
91
+
92
+
{%-if (salt['pillar.get']('bind:config:enable_logging') or salt['pillar.get']('bind:config:enable_query_log')) and salt['pillar.get']('bind:config:use_extensive_logging') %}
93
+
bind_local_config_logging_extensive_fail:
94
+
test.fail_without_changes:
95
+
- name: Pillar data uses enable_logging/enable_query_log and use_extensive_logging. These are mutually exclusive.
0 commit comments