Installing google-chrome on centos , get error

System

cat /etc/redhat-release
CentOS Linux release 7.2.1511 (Core)

chefdk.x86_64 0.15.15-1.el7 @/chefdk-0.15.15-1.el7.x86_64

using recipe chrome and dependencies

source ‘https://supermarket.getchef.com

for cookbook in apt chrome dmg windows yum ; do knife cookbook show $cookbook ; done
apt 0.0.0
chrome 0.1.0
dmg 0.0.0
windows 0.0.0
yum 0.0.0
i use chef-client locally:
sudo chef-client --local-mode --runlist ‘recipe[chrome]’ 2>&1 | tee /export/chef/cookbooks/install_chrome_from_cookbook.3.log
from the log file it does not appear that chrome was installed and there is one error line

`[2016-07-04T12:55:24-04:00] INFO: HTTP Request Returned 404 Not Found: Object not found:` 
[2016-07-04T12:55:24-04:00] INFO: POST /organizations/chef/environments/_default/cookbook_versions
--- POST BODY ---
{"run_list":["chrome"]}
--- END POST BODY --- 

What am i doing incorrectly? This is just a test to install applications locally and i cannot even install a web browser.

Thanks for any help.

From the error log file:

[2016-07-04T12:55:21-04:00] INFO: Started chef-zero at chefzero://localhost:8889 with repository at /export/chef
One version per cookbook

[2016-07-04T12:55:21-04:00] INFO: Forking chef instance to converge…
[2016-07-04T12:55:21-04:00] INFO: *** Chef 12.11.18 ***
[2016-07-04T12:55:21-04:00] INFO: Platform: x86_64-linux
[2016-07-04T12:55:21-04:00] INFO: Chef-client pid: 5435
[2016-07-04T12:55:24-04:00] INFO: GET /organizations/chef/nodes/nuctv-w.lfz.net
[2016-07-04T12:55:24-04:00] INFO: Setting the run_list to [#<Chef::RunList::RunListItem:0x00000004d27338 @version=nil, @type=:recipe, @name=“chrome”>] from CLI options
[2016-07-04T12:55:24-04:00] INFO: Run List is [recipe[chrome]]
[2016-07-04T12:55:24-04:00] INFO: Run List expands to [chrome]
[2016-07-04T12:55:24-04:00] INFO: Starting Chef Run for nuctv-w.lfz.net
[2016-07-04T12:55:24-04:00] INFO: Running start handlers
[2016-07-04T12:55:24-04:00] INFO: Start handlers complete.
[2016-07-04T12:55:24-04:00] INFO: POST /organizations/chef/reports/nodes/nuctv-w.lfz.net/runs
— POST BODY —
{“action”:“start”,“run_id”:“062cb9ae-9e81-471f-bb8e-8e1b0731f49e”,“start_time”:“2016-07-04 12:55:24 -0400”}
— END POST BODY —
[2016-07-04T12:55:24-04:00] INFO: HTTP Request Returned 404 Not Found: Object not found:
[2016-07-04T12:55:24-04:00] INFO: POST /organizations/chef/environments/_default/cookbook_versions
— POST BODY —
{“run_list”:[“chrome”]}
— END POST BODY —
[2016-07-04T12:55:24-04:00] INFO: Loading cookbooks [chrome@0.1.0]
…a huge bunch of json output