← Back to team overview

cloud-init-dev team mailing list archive

[Merge] lp:~jbellone/cloud-init/chef-omnibus-url-update into lp:cloud-init

 

John Bellone has proposed merging lp:~jbellone/cloud-init/chef-omnibus-url-update into lp:cloud-init.

Requested reviews:
  cloud init development team (cloud-init-dev)

For more details, see:
https://code.launchpad.net/~jbellone/cloud-init/chef-omnibus-url-update/+merge/234056

This is minor change which uses the new Chef (company) TLD for grabbing the Omnibus installation shell script.
-- 
https://code.launchpad.net/~jbellone/cloud-init/chef-omnibus-url-update/+merge/234056
Your team cloud init development team is requested to review the proposed merge of lp:~jbellone/cloud-init/chef-omnibus-url-update into lp:cloud-init.
=== modified file 'cloudinit/config/cc_chef.py'
--- cloudinit/config/cc_chef.py	2014-08-26 18:50:11 +0000
+++ cloudinit/config/cc_chef.py	2014-09-10 07:22:33 +0000
@@ -36,7 +36,7 @@
     '/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):