When I try to install Chef Manage on Centos 7 as described here
$ chef-server-ctl install opscode-manage
I am receiving an error:
1) RuntimeError – I don't know how to install addons for platform family…
There is work around:
curl -s https://packagecloud.io/install/repositories/chef/stable/script.rpm.sh | sudo bash
yum install opscode-manage
chef-server-ctl reconfigure
opscode-manage-ctl reconfigure
Leave a Reply