stephenlauck / chef-services

Cookbook to install and configure a full set of Chef services
20 stars 16 forks source link

chef-server converge fails if new packages are found #48

Open stephenlauck opened 8 years ago

stephenlauck commented 8 years ago
================================================================================
       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 commented 8 years ago

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

andy-dufour commented 8 years ago

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

mrcloudhacker commented 8 years ago

Facing the same exact error.