chef-rundeck
chef-rundeck copied to clipboard
Handle missing log_level in client.rb
The chef_client cookbook does not set a log_level, and the documentation says to allow the default Chef 11 values to apply. Chef-rundeck breaks if log_level is not in the client.rb file. The default for that value is now 'auto'.
Personally, I'd like us to switch from using the chef gem onto either ridley or chef-api. This would simplify issues like this.
Ridley's dependencies are kinda chunky, :+1: chef-api ...
A library of mine is kinda having the same problem, I want Capistrano users to be able to use it, so the minimal chef-api is good, but I want support from within cookbooks where I can depend on ye olde chef gem, but since I'm supporting two Apis I'm figuring I'll just add Ridley support there also.
It's doing partial search too, so I'm sure the code will be almost identical if we use it here
On Jul 27, 2014, at 7:17, Steven Wagner [email protected] wrote:
Ridley's dependencies are kinda chunky, chef-api ...
— Reply to this email directly or view it on GitHub.