[chef] Chef solo issue while loading libraries


Chronological Thread 
  • From: Madhurranjan Mohaan < >
  • To:
  • Subject: [chef] Chef solo issue while loading libraries
  • Date: Wed, 24 Oct 2012 18:47:29 +0530

Hi ,

I am running chef solo to install the chef server. My chef solo command is very simple:

chef-solo -c solo.rb -j solo.json 

# cat solo.json 
{
    "run_list": [ "recipe[chef-server-install::default]" ]
}

The issue is that its trying to load all the cookbook libraries present. We have a couple of custom libraries that require 'ruby-wmi' and that's failing on a linux centos box. I  agree that the loading of libraries is the way to go but what should I do to ignore this as part of this run ? Is using the platform variable a good option? Have you faced this issue ? 

Mamu





  • [chef] Chef solo issue while loading libraries, Madhurranjan Mohaan, 10/24/2012

Archive powered by MHonArc 2.6.16.

§