[chef] Re: Re: Re: gem_package with local gem file barfs...


Chronological Thread 
  • From: Daniel DeLeo < >
  • To:
  • Subject: [chef] Re: Re: Re: gem_package with local gem file barfs...
  • Date: Thu, 10 Feb 2011 07:52:54 -0800

On Thursday, February 10, 2011 at 1:15 AM, Ringo De Smet wrote:

Dan,

On 10 February 2011 07:05, Daniel DeLeo < "> > wrote:
On Wednesday, February 9, 2011 at 6:36 AM, Ringo De Smet wrote:

When adding the gem_binary option to the resource, it works like a charm:

gem_package "#{Chef::Config['file_cache_path']}/#{ohaiGem}" do
action :install
version ohaiGemVersion
gem_binary "gem" #Needed to use a gem command line client
notifies :restart, "service[chef-client]"
end

When using the gem_binary option, the gem seems to be installed at
every Chef client run. Since I signal the client to restart after
installing the gem, it is continuously restarting itself:

https://gist.github.com/820181

Not good....

Ringo
Ringo,
Can you try upgrading rubygems to 1.5.x and see if your problems persist? 1.4.x was out for only a short while before being superseded by 1.5.x.

-- 
Dan DeLeo




Archive powered by MHonArc 2.6.16.

§