Skip to content

Commit bb6b93a

Browse files
committed
fix: remove stdlib::merge() for +
1 parent 306846f commit bb6b93a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/bond/debian.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
$raw_post_up = {}
8989
}
9090

91-
$opts = network::compact_hash(merge($raw, $raw_post_up, $options))
91+
$opts = network::compact_hash( $raw + $raw_post_up + $options)
9292

9393
network_config { $name:
9494
ensure => $ensure,

0 commit comments

Comments
 (0)