Skip to content

Commit

Permalink
Add documentation:
Browse files Browse the repository at this point in the history
  • Loading branch information
yakatz committed Oct 17, 2023
1 parent 6218a5b commit a7cb59a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -714,6 +714,7 @@ The following parameters are available in the `haproxy::defaults` defined type:

* [`options`](#-haproxy--defaults--options)
* [`sort_options_alphabetic`](#-haproxy--defaults--sort_options_alphabetic)
* [`merge_options`](#-haproxy--defaults--merge_options)
* [`instance`](#-haproxy--defaults--instance)

##### <a name="-haproxy--defaults--options"></a>`options`
Expand All @@ -733,6 +734,17 @@ Defaults to true.

Default value: `true`

##### <a name="-haproxy--defaults--merge_options"></a>`merge_options`

Data type: `Boolean`

Whether to merge the user-supplied `options` hash with the
`default_options` values set in params.pp. Merging allows to change
or add options without having to recreate the entire hash. Defaults to
false, but will default to true in future releases.

Default value: `$haproxy::params::merge_options`

##### <a name="-haproxy--defaults--instance"></a>`instance`

Data type: `String`
Expand Down

0 comments on commit a7cb59a

Please sign in to comment.