From 60dafd35daa9ce531a2d1645ae9cbbee28f25f67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Tue, 24 Oct 2023 00:21:20 +0200 Subject: . --- manifests/metricbeat.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/metricbeat.pp b/manifests/metricbeat.pp index 454f6aa..e819bd1 100644 --- a/manifests/metricbeat.pp +++ b/manifests/metricbeat.pp @@ -1,8 +1,8 @@ class profiles::metricbeat ( ) { class { 'metricbeat': - modules => [], - outputs => { + manage_repo => false, + outputs => { 'logstash' => { 'hosts' => ['celebrimbor:5044'], }, -- cgit v1.2.3