From: alex Date: Fri, 10 Nov 2023 16:08:35 +0000 (+0100) Subject: Fix otelcol-contrib package X-Git-Tag: 20240214-emacs~108 X-Git-Url: https://xn--ix-yja.es/gitweb/?a=commitdiff_plain;h=da6b5cdb741366e69b7152d0a580504ba8ff24ed;p=alex.git Fix otelcol-contrib package --- diff --git a/personal_infra/puppet/modules/otel/manifests/init.pp b/personal_infra/puppet/modules/otel/manifests/init.pp index 0665db5..cfe34ab 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': diff --git a/personal_infra/puppet/site/clickhouse.h1.int.pdp7.net.pp b/personal_infra/puppet/site/clickhouse.h1.int.pdp7.net.pp index 6cce895..dd9e15c 100644 --- a/personal_infra/puppet/site/clickhouse.h1.int.pdp7.net.pp +++ b/personal_infra/puppet/site/clickhouse.h1.int.pdp7.net.pp @@ -50,7 +50,7 @@ node 'clickhouse.h1.int.pdp7.net' { exporters: [ clickhouse ] | EOT , - require => Package['otel-contrib'], + require => Package['otelcol-contrib'], notify => Service['otelcol-contrib'], } }