Skip to content

Commit 0b79f1c

Browse files
authored
Merge pull request #361 from marcusdots/master
revert: pipeline broke
2 parents 06140e3 + 880ad3a commit 0b79f1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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(stdlib::merge($raw, $raw_post_up, $options))
91+
$opts = network::compact_hash(merge($raw, $raw_post_up, $options))
9292

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

0 commit comments

Comments
 (0)