From 4eaad4be1c984964f7186b1c9a9531308994953b Mon Sep 17 00:00:00 2001 From: Prasanna Krishna <107837335+NSSPKrishna@users.noreply.github.com> Date: Fri, 10 May 2024 01:50:38 +0530 Subject: [PATCH] fix(super-agent): Discover agent everytime (#1072) --- recipes/newrelic/infrastructure/super-agent/debian.yml | 2 -- recipes/newrelic/infrastructure/super-agent/rhel.yml | 3 --- recipes/newrelic/infrastructure/super-agent/suse.yml | 3 --- 3 files changed, 8 deletions(-) diff --git a/recipes/newrelic/infrastructure/super-agent/debian.yml b/recipes/newrelic/infrastructure/super-agent/debian.yml index 8d06c40d..2f9a273a 100644 --- a/recipes/newrelic/infrastructure/super-agent/debian.yml +++ b/recipes/newrelic/infrastructure/super-agent/debian.yml @@ -54,8 +54,6 @@ preInstall: fi exit 0 - discoveryMode: - - targeted install: version: "3" silent: true diff --git a/recipes/newrelic/infrastructure/super-agent/rhel.yml b/recipes/newrelic/infrastructure/super-agent/rhel.yml index 856f446a..177f72d4 100644 --- a/recipes/newrelic/infrastructure/super-agent/rhel.yml +++ b/recipes/newrelic/infrastructure/super-agent/rhel.yml @@ -70,9 +70,6 @@ preInstall: fi exit 0 - discoveryMode: - - targeted - install: version: "3" silent: true diff --git a/recipes/newrelic/infrastructure/super-agent/suse.yml b/recipes/newrelic/infrastructure/super-agent/suse.yml index c9ef9c1d..494b5ad3 100644 --- a/recipes/newrelic/infrastructure/super-agent/suse.yml +++ b/recipes/newrelic/infrastructure/super-agent/suse.yml @@ -49,9 +49,6 @@ preInstall: fi exit 0 - discoveryMode: - - targeted - install: version: "3" silent: true