We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0e72674 + f8dcbe5 commit 35daa25Copy full SHA for 35daa25
manifests/repo/infra.pp
@@ -29,7 +29,7 @@
29
$require = Apt::Source['newrelic-infra']
30
ensure_packages('apt-transport-https')
31
::apt::source { 'newrelic-infra':
32
- location => 'https://download.newrelic.com/infrastructure_agent/linux/apt',
+ location => '[arch=amd64] https://download.newrelic.com/infrastructure_agent/linux/apt/',
33
repos => 'main',
34
key => {
35
id => 'A758B3FBCD43BE8D123A3476BB29EE038ECCE87C',
0 commit comments