From 9eacd3d61860e68f466ddb3dd6a36040fe50ca95 Mon Sep 17 00:00:00 2001 From: Brett Richardson Date: Tue, 14 Nov 2017 13:54:13 +0000 Subject: [PATCH] Update chef provisioner documentation The URL has changed, see chef documentation https://docs.chef.io/install_omnibus.html --- website/source/docs/provisioners/chef-client.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/provisioners/chef-client.html.md b/website/source/docs/provisioners/chef-client.html.md index 54cd5e778..dabf37ca5 100644 --- a/website/source/docs/provisioners/chef-client.html.md +++ b/website/source/docs/provisioners/chef-client.html.md @@ -212,7 +212,7 @@ readability) to install Chef. This command can be customized if you want to install Chef in another way. ``` text -curl -L https://www.chef.io/chef/install.sh | \ +curl -L https:///omnitruck.chef.io/chef/install.sh | \ {{if .Sudo}}sudo{{end}} bash ```