chef/chef-server

Installing chef-manage via chef-server-ctl is not working

tas50 opened this issue · 1 comments

tas50 commented

Chef Server Version

14.11

Platform Details

Ubuntu 20.04

Deets

root@ip-172-31-25-16:/home/ubuntu# chef-server-ctl install chef-manage
Starting Chef Infra Client, version 16.17.4
Patents: https://www.chef.io/patents
resolving cookbooks for run list: ["infra-server::add_ons_wrapper"]
Synchronizing Cookbooks:
  - infra-server (0.1.2)
  - enterprise (1.2.0)
  - runit (5.1.6)
  - packagecloud (1.0.1)
  - yum-epel (4.2.3)
Installing Cookbook Gems:
Compiling Cookbooks...
Converging 4 resources
Recipe: infra-server::add_ons_wrapper
  * ruby_block[addon_install_notification_chef-manage] action nothing (skipped due to action :nothing)
  * remote_file[/var/opt/opscode/local-mode-cache/chef-manage_3.2.35-1_amd64.deb] action create
    - create new file /var/opt/opscode/local-mode-cache/chef-manage_3.2.35-1_amd64.deb
    - update content in file /var/opt/opscode/local-mode-cache/chef-manage_3.2.35-1_amd64.deb from none to efec3b
    (file sizes exceed 10000000 bytes, diff output suppressed)
  * ruby_block[locate_addon_package_chef-manage] action run
    - execute the ruby block locate_addon_package_chef-manage
  * apt_package[chef-manage] action install
    - install version 3.2.35-1 of package chef-manage
  * ruby_block[addon_install_notification_chef-manage] action run
    - execute the ruby block addon_install_notification_chef-manage

Running handlers:
-- Installed Add-On Package: chef-manage
  - #<Class:0x0000000003ab50d8>::AddonInstallHandler
Running handlers complete
Chef Infra Client finished, 4/5 resources updated in 15 seconds

Looks like the command is doing the right thing. Closing.