We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9614c74 commit 33a7627Copy full SHA for 33a7627
1 file changed
haproxy/templates/haproxy.jinja
@@ -172,7 +172,7 @@ defaults
172
{%- endif %}
173
174
{%- for named_defaults_name, named_defaults in salt['pillar.get']('haproxy:named_defaults', {}) %}
175
-defaults {{ named_defaults_name }}
+defaults {{ named_defaults_name }}{%- if 'inherit_defaults' in named_defaults %} from {{ named_defaults.inherit_defaults }}{%- endif }
176
{%- if 'mode' in named_defaults) %}
177
log {{ named_defaults['log'] }}
178
0 commit comments