chef-chrome
chef-chrome copied to clipboard
Chef::Exceptions::Package: No candidate version available for google-chrome-stable (centos7.4, virtualbox)
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??
What happens if you run yum update before calling chef-chrome?
Why is google-chrome running with chef before calling yum update?
chef.run_list =% w [
recipe [yum-update]
recipe [chrome]
]