From 696ea58ae484e9006477d5b8714a67861511cfcd Mon Sep 17 00:00:00 2001 From: John Bellone Date: Wed, 10 Sep 2014 03:20:28 -0400 Subject: cc_chef: Update omnibus URL to new Chef TLD. --- cloudinit/config/cc_chef.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cloudinit/config') diff --git a/cloudinit/config/cc_chef.py b/cloudinit/config/cc_chef.py index 806deed9..bc896253 100644 --- a/cloudinit/config/cc_chef.py +++ b/cloudinit/config/cc_chef.py @@ -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): -- cgit v1.2.3