Changing default repo URL.

This commit is contained in:
Nathan Mische 2014-08-11 21:12:33 -04:00 committed by Nathan Mische
parent a53156e426
commit 70d060cc85
1 changed files with 1 additions and 1 deletions

View File

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