[chef] Re: multiple rpm install with yum


Chronological Thread 
  • From: Nathen Harvey < >
  • To:
  • Subject: [chef] Re: multiple rpm install with yum
  • Date: Mon, 24 Oct 2011 15:15:05 -0400

%w(gcc glibc).each do |p|
  yum_package p do
    action :install
  end
end


On 10/24/11 3:13 PM, "> wrote:
" type="cite">
How can I install multiple rpms using yum without having to code so much?
For instance how can I make this work?

yum_package "[gcc,glibc]" do
        action :install
end




Archive powered by MHonArc 2.6.16.

§