Skip to content

Commit 1d87daf

Browse files
committed
merge_options now defaults to true, so don't warn anymore
1 parent cc366b6 commit 1d87daf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

manifests/defaults.pp

-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
$_defaults_options = $haproxy::params::defaults_options + $defaults_options
4949
} else {
5050
$_defaults_options = $defaults_options
51-
warning("${module_name}: The \$merge_options parameter will default to true in the next major release. Please review the documentation regarding the implications.") # lint:ignore:140chars
5251
}
5352

5453
$parameters = {

0 commit comments

Comments
 (0)