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.
2 parents 06140e3 + 880ad3a commit 0b79f1cCopy full SHA for 0b79f1c
1 file changed
manifests/bond/debian.pp
@@ -88,7 +88,7 @@
88
$raw_post_up = {}
89
}
90
91
- $opts = network::compact_hash(stdlib::merge($raw, $raw_post_up, $options))
+ $opts = network::compact_hash(merge($raw, $raw_post_up, $options))
92
93
network_config { $name:
94
ensure => $ensure,
0 commit comments