From da6b5cdb741366e69b7152d0a580504ba8ff24ed Mon Sep 17 00:00:00 2001 From: alex Date: Fri, 10 Nov 2023 17:08:35 +0100 Subject: Fix otelcol-contrib package --- personal_infra/puppet/modules/otel/manifests/init.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'personal_infra/puppet/modules') diff --git a/personal_infra/puppet/modules/otel/manifests/init.pp b/personal_infra/puppet/modules/otel/manifests/init.pp index 0665db51..cfe34abf 100644 --- a/personal_infra/puppet/modules/otel/manifests/init.pp +++ b/personal_infra/puppet/modules/otel/manifests/init.pp @@ -1,6 +1,6 @@ class otel($version) { - package {'otel-contrib': - source => "https://github.com/open-telemetry/opentelemetry-collector-releases/releases/download/v${version}/otelcol-contrib_${version}_linux_386.rpm", + package {'otelcol-contrib': + source => "https://github.com/open-telemetry/opentelemetry-collector-releases/releases/download/v${version}/otelcol-contrib_${version}_linux_amd64.rpm", } -> service {'otelcol-contrib': -- cgit v1.2.3