Skip to content

Commit

Permalink
per @miketheman, use $arch
Browse files Browse the repository at this point in the history
  • Loading branch information
dcrosta committed Aug 13, 2012
1 parent 319f427 commit b1048c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/10gen_repo.rb
Expand Up @@ -42,7 +42,7 @@
when "centos","redhat","fedora","amazon"
yum_repository "10gen" do
description "10gen RPM Repository"
url "http://downloads-distro.mongodb.org/repo/redhat/os/$basearch"
url "http://downloads-distro.mongodb.org/repo/redhat/os/$arch"
action :add
end

Expand Down

0 comments on commit b1048c6

Please sign in to comment.