Skip to content

Commit

Permalink
Merge pull request #18 from Yggdrasil/resolve-apt-i386-error
Browse files Browse the repository at this point in the history
Specify that only amd64 arch is available on Infra apt repo.
  • Loading branch information
craigwatson authored Apr 4, 2018
2 parents 0e72674 + f8dcbe5 commit 35daa25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/repo/infra.pp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
$require = Apt::Source['newrelic-infra']
ensure_packages('apt-transport-https')
::apt::source { 'newrelic-infra':
location => 'https://download.newrelic.com/infrastructure_agent/linux/apt',
location => '[arch=amd64] https://download.newrelic.com/infrastructure_agent/linux/apt/',
repos => 'main',
key => {
id => 'A758B3FBCD43BE8D123A3476BB29EE038ECCE87C',
Expand Down

0 comments on commit 35daa25

Please sign in to comment.