cc_chef: Update omnibus URL to new Chef TLD.

This commit is contained in:
John Bellone 2014-09-10 03:20:28 -04:00
parent dc4005060c
commit 049d06d354

View File

@ -36,7 +36,7 @@ CHEF_DIRS = [
'/var/run/chef',
]
OMNIBUS_URL = "https://www.opscode.com/chef/install.sh"
OMNIBUS_URL = "https://www.getchef.com/chef/install.sh"
def handle(name, cfg, cloud, log, _args):