chef-chrome icon indicating copy to clipboard operation
chef-chrome copied to clipboard

Chef::Exceptions::Package: No candidate version available for google-chrome-stable (centos7.4, virtualbox)

Open ninnin-engineer opened this issue 7 years ago • 2 comments

Error executing action `install` on resource 'yum_package[google-chrome-stable]'
Chef::Exceptions::Package: No candidate version available for google-chrome-stable

centos7.4, virtualbox centos7, aws ec2 why??

ninnin-engineer avatar May 01 '18 09:05 ninnin-engineer

What happens if you run yum update before calling chef-chrome?

dhoer avatar May 01 '18 18:05 dhoer

Why is google-chrome running with chef before calling yum update?

chef.run_list =% w [
   recipe [yum-update]
   recipe [chrome]
]

akichim21 avatar May 04 '18 10:05 akichim21