diff --git a/REFERENCE.md b/REFERENCE.md index 9e53411f..8bb3aa2a 100644 --- a/REFERENCE.md +++ b/REFERENCE.md @@ -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) ##### `options` @@ -733,6 +734,17 @@ Defaults to true. Default value: `true` +##### `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` + ##### `instance` Data type: `String`