From 954289beb634222ade8e26130f1e9d6993d23616 Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Tue, 16 Dec 2014 12:16:08 -0500 Subject: [PATCH] Use new Chef Omnibus URL --- plugins/provisioners/chef/omnibus.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/provisioners/chef/omnibus.rb b/plugins/provisioners/chef/omnibus.rb index db62b4fdc..77ef47b0a 100644 --- a/plugins/provisioners/chef/omnibus.rb +++ b/plugins/provisioners/chef/omnibus.rb @@ -1,7 +1,7 @@ module VagrantPlugins module Chef module Omnibus - OMNITRUCK = "https://www.getchef.com/chef/install.sh".freeze + OMNITRUCK = "https://www.chef.io/chef/install.sh".freeze # Read more about the Omnibus installer here: # https://docs.getchef.com/install_omnibus.html