diff options
Diffstat (limited to 'cloudinit')
-rw-r--r-- | cloudinit/config/cc_chef.py | 2 |
1 files changed, 1 insertions, 1 deletions
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): |