Skip to content

Commit

Permalink
fix(super-agent): Revert Discover agent everytime (#1072) (#1078)
Browse files Browse the repository at this point in the history
This reverts commit 4eaad4b.
  • Loading branch information
NSSPKrishna authored May 23, 2024
1 parent a0f99cd commit 30d429a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recipes/newrelic/infrastructure/super-agent/debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ preInstall:
fi
exit 0
discoveryMode:
- targeted
install:
version: "3"
silent: true
Expand Down
3 changes: 3 additions & 0 deletions recipes/newrelic/infrastructure/super-agent/rhel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ preInstall:
fi
exit 0
discoveryMode:
- targeted

install:
version: "3"
silent: true
Expand Down
3 changes: 3 additions & 0 deletions recipes/newrelic/infrastructure/super-agent/suse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ preInstall:
fi
exit 0
discoveryMode:
- targeted

install:
version: "3"
silent: true
Expand Down

0 comments on commit 30d429a

Please sign in to comment.