We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bd3487 commit 5c8a7b2Copy full SHA for 5c8a7b2
manifests/defaults.pp
@@ -26,10 +26,10 @@
26
# Optional. Defaults to 'haproxy'.
27
#
28
define haproxy::defaults (
29
- Optional[Hash] $options = {},
30
- Boolean $sort_options_alphabetic = true,
31
- Boolean $merge_options = $haproxy::params::merge_options,
32
- String $instance = 'haproxy',
+ Hash $options = {},
+ Boolean $sort_options_alphabetic = true,
+ Boolean $merge_options = $haproxy::params::merge_options,
+ String $instance = 'haproxy',
33
) {
34
if $instance == 'haproxy' {
35
include haproxy
0 commit comments