From 70d060cc853f43f412012475b9158bbdea16c68b Mon Sep 17 00:00:00 2001 From: Nathan Mische Date: Mon, 11 Aug 2014 21:12:33 -0400 Subject: [PATCH] Changing default repo URL. --- plugins/provisioners/cfengine/config.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/provisioners/cfengine/config.rb b/plugins/provisioners/cfengine/config.rb index 73f2f95f1..842db7c36 100644 --- a/plugins/provisioners/cfengine/config.rb +++ b/plugins/provisioners/cfengine/config.rb @@ -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