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

Handle missing log_level in client.rb

Open jhmartin opened this issue 12 years ago • 3 comments

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'.

jhmartin avatar Aug 29 '13 20:08 jhmartin

Personally, I'd like us to switch from using the chef gem onto either ridley or chef-api. This would simplify issues like this.

josephholsten avatar Jul 25 '14 18:07 josephholsten

Ridley's dependencies are kinda chunky, :+1: chef-api ...

leftathome avatar Jul 27 '14 07:07 leftathome

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.

josephholsten avatar Jul 27 '14 20:07 josephholsten