chef-services
chef-services copied to clipboard
chef-server converge fails if new packages are found
================================================================================
Error executing action `install` on resource 'yum_package[manage]'
================================================================================
Chef::Exceptions::Package
-------------------------
Package manage not found: /tmp/chef-manage-2.4.4-1.el7.x86_64.rpm
This is related to the file_info
code in chef-server.rb
Yeah the implementation was sloppy. We either need to lazy eval / change the method or refactor this into a custom resource.
Facing the same exact error.