File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,5 +46,5 @@ defaults
46
46
unique-id-format {{ haproxy_default_unique_id_format }}
47
47
{% endif %}
48
48
{% if haproxy_default_load_server_state_from_file is defined and haproxy_default_load_server_state_from_file |length %}
49
- load-server-state-from-file {{ haproxy_default_load_server_state_from_file | default('global') }}
49
+ load-server-state-from-file {{ haproxy_default_load_server_state_from_file }}
50
50
{% endif %}
Original file line number Diff line number Diff line change 77
77
{% endfor %}
78
78
{% endif %}
79
79
{% if haproxy_global_server_state_base is defined %}
80
- server-state-base {{ haproxy_global_server_state_base | default('current') }}
80
+ server-state-base {{ haproxy_global_server_state_base }}
81
81
{% endif %}
You can’t perform that action at this time.
0 commit comments