Closed sfiggins closed 11 years ago
Hey @sfiggins, thanks for reporting this. I've done some testing and I don't believe this is an issue with this cookbook, but rather a bug in Chef. Recent notes in the ticket you reference also support that. I commented on that issue, and I believe you should be able to avoid this error by sticking with Chef 10.26.0 for now.
I'm going to go ahead and close this out in favor of the official Opscode ticket.
Unfortunately 10.26.0 has bad memory leaks when run in daemon mode and using LWRPs and data bags, which is why I use 10.28. The chef ticket is the right answer, I mostly wanted to log the problem here for others that might run into it and in case you wanted to add a note about the problem in the README for that recipe.
That's a good suggestion, I'll add a note to the README.
This is actually an error in chef, but one that effects this cookbook. The yum package resource is missing a mixin for shellout when a "source" is specified. This was fixed in Chef 11, but hasn't been backported to 10 yet.
opscode ticket CHEF-4380