Skip to content

Commit b8d485d

Browse files
committed
Point to A7 when installing latest on Windows
1 parent 4a4c7f6 commit b8d485d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

manifests/windows.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
}
2727

2828
if $agent_version == 'latest' {
29-
$msi_source = "${baseurl}datadog-agent-6-latest.amd64.msi"
29+
$msi_source = "${baseurl}datadog-agent-${agent_major_version}-latest.amd64.msi"
3030
} else {
3131
$msi_source = "${baseurl}ddagent-cli-${agent_version}.msi"
3232
}

0 commit comments

Comments
 (0)