Skip to content

Commit 6c05f72

Browse files
authored
Use install.datadoghq.com instead of the dd-agent bucket link (#576)
BARX-240
1 parent 5778585 commit 6c05f72

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -345,8 +345,8 @@ When the variable `datadog_macos_download_url` is not set, the official macOS DM
345345

346346
| Agent version | Default macOS DMG package URL |
347347
|---------------|--------------------------------------------------------------|
348-
| 6 | https://s3.amazonaws.com/dd-agent/datadog-agent-6-latest.dmg |
349-
| 7 | https://s3.amazonaws.com/dd-agent/datadog-agent-7-latest.dmg |
348+
| 6 | https://install.datadoghq.com/datadog-agent-6-latest.dmg |
349+
| 7 | https://install.datadoghq.com/datadog-agent-7-latest.dmg |
350350

351351
To override the default behavior, set this variable to something other than an empty string.
352352

defaults/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -254,12 +254,12 @@ datadog_macos_download_url: ""
254254

255255
# The default dmg package for each major Agent version is specified in the following variables.
256256
# These variables are for internal use only, do not modify them.
257-
datadog_macos_agent6_latest_url: "https://s3.amazonaws.com/dd-agent/datadog-agent-6-latest.dmg"
258-
datadog_macos_agent7_latest_url: "https://s3.amazonaws.com/dd-agent/datadog-agent-7-latest.dmg"
257+
datadog_macos_agent6_latest_url: "https://install.datadoghq.com/datadog-agent-6-latest.dmg"
258+
datadog_macos_agent7_latest_url: "https://install.datadoghq.com/datadog-agent-7-latest.dmg"
259259

260260
# If datadog_agent_version is set, the role will use the following url prefix instead, and append the version number to it
261261
# in order to get the full url to the dmg package.
262-
datadog_macos_versioned_url: "https://s3.amazonaws.com/dd-agent/datadog-agent"
262+
datadog_macos_versioned_url: "https://install.datadoghq.com/datadog-agent"
263263

264264
datadog_macos_user: "{{ ansible_user }}"
265265
datadog_macos_service_name: "com.datadoghq.agent"

0 commit comments

Comments
 (0)