File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -714,6 +714,7 @@ The following parameters are available in the `haproxy::defaults` defined type:
714714
715715* [ ` options ` ] ( #-haproxy--defaults--options )
716716* [ ` sort_options_alphabetic ` ] ( #-haproxy--defaults--sort_options_alphabetic )
717+ * [ ` merge_options ` ] ( #-haproxy--defaults--merge_options )
717718* [ ` instance ` ] ( #-haproxy--defaults--instance )
718719
719720##### <a name =" -haproxy--defaults--options " ></a >` options `
@@ -733,6 +734,17 @@ Defaults to true.
733734
734735Default value: ` true `
735736
737+ ##### <a name =" -haproxy--defaults--merge_options " ></a >` merge_options `
738+
739+ Data type: ` Boolean `
740+
741+ Whether to merge the user-supplied ` options ` hash with the
742+ ` default_options ` values set in params.pp. Merging allows to change
743+ or add options without having to recreate the entire hash. Defaults to
744+ false, but will default to true in future releases.
745+
746+ Default value: ` $haproxy::params::merge_options `
747+
736748##### <a name =" -haproxy--defaults--instance " ></a >` instance `
737749
738750Data type: ` String `
You can’t perform that action at this time.
0 commit comments