Merge pull request #4335 from nmische/GH-4315

provisioners/cfengine: Changing default repo URL.
This commit is contained in:
Mitchell Hashimoto 2014-08-29 09:53:24 -07:00
commit c29f7dd981
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ module VagrantPlugins
end
if @yum_repo_url == UNSET_VALUE
@yum_repo_url = "http://cfengine.com/pub/yum/"
@yum_repo_url = "http://cfengine.com/pub/yum/$basearch"
end
if @package_name == UNSET_VALUE