Skip to content

Commit cc366b6

Browse files
committed
Add documentation
1 parent 5c8a7b2 commit cc366b6

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

REFERENCE.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff 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

734735
Default 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

738750
Data type: `String`

0 commit comments

Comments
 (0)