Skip to content

Commit 5c8a7b2

Browse files
committed
Can't use optional without breaking backwards compatibility
1 parent 0bd3487 commit 5c8a7b2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

manifests/defaults.pp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626
# Optional. Defaults to 'haproxy'.
2727
#
2828
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',
29+
Hash $options = {},
30+
Boolean $sort_options_alphabetic = true,
31+
Boolean $merge_options = $haproxy::params::merge_options,
32+
String $instance = 'haproxy',
3333
) {
3434
if $instance == 'haproxy' {
3535
include haproxy

0 commit comments

Comments
 (0)