File tree 1 file changed +12
-0
lines changed
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:
714
714
715
715
* [ ` options ` ] ( #-haproxy--defaults--options )
716
716
* [ ` sort_options_alphabetic ` ] ( #-haproxy--defaults--sort_options_alphabetic )
717
+ * [ ` merge_options ` ] ( #-haproxy--defaults--merge_options )
717
718
* [ ` instance ` ] ( #-haproxy--defaults--instance )
718
719
719
720
##### <a name =" -haproxy--defaults--options " ></a >` options `
@@ -733,6 +734,17 @@ Defaults to true.
733
734
734
735
Default value: ` true `
735
736
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
+
736
748
##### <a name =" -haproxy--defaults--instance " ></a >` instance `
737
749
738
750
Data type: ` String `
You can’t perform that action at this time.
0 commit comments