Use new Chef Omnibus URL
This commit is contained in:
parent
686e940a84
commit
954289beb6
|
@ -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