Details
Description
Rather than raising the exception, it was returning the exception. This caused a "no method error" exception to occur later on, which is very unhelpful.
The patch will describe it best:
http://github.com/timcharper/chef/commit/a726d87726b651f9a67940513232dffdbe94ed12
Fixed with this patch:
http://github.com/timcharper/chef/commit/a726d87726b651f9a67940513232dffdbe94ed12
Merge pending