chef-services icon indicating copy to clipboard operation
chef-services copied to clipboard

chef-server converge fails if new packages are found

Open stephenlauck opened this issue 8 years ago • 3 comments

================================================================================
       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

stephenlauck avatar Oct 26 '16 19:10 stephenlauck

This is related to the file_info code in chef-server.rb

stephenlauck avatar Oct 26 '16 19:10 stephenlauck

Yeah the implementation was sloppy. We either need to lazy eval / change the method or refactor this into a custom resource.

andy-dufour avatar Oct 26 '16 23:10 andy-dufour

Facing the same exact error.

mrcloudhacker avatar Nov 02 '16 10:11 mrcloudhacker