Update chef provisioner documentation

The URL has changed, see chef documentation https://docs.chef.io/install_omnibus.html
This commit is contained in:
Brett Richardson 2017-11-14 13:54:13 +00:00 committed by GitHub
parent baca3e5a1c
commit 9eacd3d618
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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
```