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 4645455 commit 5d1f44a
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 @@ -51,8 +51,7 @@
mode => $otelcol::config_file_mode,
}

if($otelcol::receivers) {
$otelcol::receivers.each|String $rname, Hash $rvalue| {
$otelcol::receivers.each|String $rname, Hash $rvalue| {
if $rvalue['config'] =~ Hash {
ensure_resource('Otelcol::Receiver', $rname, $rvalue)
} else {
Expand Down

0 comments on commit 5d1f44a

Please sign in to comment.