Skip to content

Commit

Permalink
Update manifests/config.pp
Browse files Browse the repository at this point in the history
Co-authored-by: Ewoud Kohl van Wijngaarden <[email protected]>
  • Loading branch information
voxel01 and ekohl authored Nov 23, 2023
1 parent 17fe1f9 commit fb92a02
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions manifests/config.pp
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@
$otelcol::receivers.each|String $rname, Hash $rvalue| {
if($rvalue['config'] and $rvalue['config'].is_a(Hash)) {
ensure_resource('Otelcol::Receiver', $rname, $rvalue)
}
else {
} else {
ensure_resource('Otelcol::Receiver', $rname, { 'config' => $rvalue })
}
}
Expand Down

0 comments on commit fb92a02

Please sign in to comment.