Chef Manage install: RuntimeError – I don’t know how to install addons for platform family

Chef Manage install: RuntimeError – I don’t know how to install addons for platform family

When I try to install Chef Manage on Centos 7 as described here 

 

$ chef-server-ctl install opscode-manage

 

I am receiving an error:

 

Chef RuntimeError - I don't know how to install addons for platform family

 

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

 

opscodemanager

vovando Avatar

2 responses to “Chef Manage install: RuntimeError – I don’t know how to install addons for platform family”

  1. Ricardo La Rosa Avatar
    Ricardo La Rosa

    Many thanks for this! It solved my problem.

    1. Volodymyr Vrublevskyy Avatar

      You are welcome. Happy to help you 🙂

Leave a Reply

Your email address will not be published. Required fields are marked *