Merge pull request #4995 from mitchellh/sethvargo/omnibus_url
Use new Chef Omnibus URL
This commit is contained in:
commit
f9d54f022b
|
@ -1,7 +1,7 @@
|
||||||
module VagrantPlugins
|
module VagrantPlugins
|
||||||
module Chef
|
module Chef
|
||||||
module Omnibus
|
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:
|
# Read more about the Omnibus installer here:
|
||||||
# https://docs.getchef.com/install_omnibus.html
|
# https://docs.getchef.com/install_omnibus.html
|
||||||
|
|
Loading…
Reference in New Issue