Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does this PR do?
DD_REMOTE_POLICIES
when using the installer, same behaviour asDD_REMOTE_UPDATES
: 54b1765datadog-agent
service to the installer when the Agent is managed by it: 2e14d9bMotivation
DD_REMOTE_UPDATES=true
, the Agent package is installed with it but the service was not started as is for a normal Agent install as in [CECO-1729] Installer support #820, I gated the service behind non-installer managed Agent installations. This commit fixes that by defining the Agent service with thedatadog-installer
flavor and reverting the previous gate (return to original code for the management of/etc/datadog-agent/datadog.yaml
before [CECO-1729] Installer support #820 ):puppet-datadog-agent/manifests/init.pp
Lines 782 to 790 in 9184de0
Describe your test plan
site.pp
:systemctl status datadog-agent
remote_policies: true
is indatadog.yaml
datadog.yaml
in yoursite.pp
, e.g.: