Skip to content

Commit d95ddfc

Browse files
dericbastelfreak
andcommitted
Update manifests/init.pp
Co-authored-by: Tim Meusel <tim@bastelfreak.de>
1 parent ee139f8 commit d95ddfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/init.pp

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
Hash $global_options = $haproxy::params::global_options,
135135
Hash $defaults_options = $haproxy::params::defaults_options,
136136
Boolean $merge_options = $haproxy::params::merge_options,
137-
Optional[Array[String]] $install_options = undef,
137+
Array[String[1]] $install_options = [],
138138
Optional[String] $restart_command = undef,
139139
Optional[String] $custom_fragment = undef,
140140
Stdlib::Absolutepath $config_dir = $haproxy::params::config_dir,

0 commit comments

Comments
 (0)