summaryrefslogtreecommitdiff
path: root/cloudinit/config/cc_chef.py
diff options
context:
space:
mode:
authorJohn Bellone <jbellone@bloomberg.net>2014-09-10 03:20:28 -0400
committerJohn Bellone <jbellone@bloomberg.net>2014-09-10 03:20:28 -0400
commit696ea58ae484e9006477d5b8714a67861511cfcd (patch)
tree567d742e2971c7545964f8a32bfe0a742b11bd3f /cloudinit/config/cc_chef.py
parente17823ebeb397110c2163629d9f0f94dbea0c5e4 (diff)
downloadvyos-cloud-init-696ea58ae484e9006477d5b8714a67861511cfcd.tar.gz
vyos-cloud-init-696ea58ae484e9006477d5b8714a67861511cfcd.zip
cc_chef: Update omnibus URL to new Chef TLD.
Diffstat (limited to 'cloudinit/config/cc_chef.py')
-rw-r--r--cloudinit/config/cc_chef.py2
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):