Skip to content

Commit

Permalink
Update manifests/receiver.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 fb92a02 commit 3115907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/receiver.pp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
Array[String[1]] $pipelines = [],
) {
$real_order = 1000+$order
Otelcol::Component { "${name}-receivers":
otelcol::component { "${name}-receivers":
order => $real_order,
config => $config,
pipelines => $pipelines,
Expand Down

0 comments on commit 3115907

Please sign in to comment.