[chef] Re: yum groupinstall


Chronological Thread 
  • From: Noah Kantrowitz < >
  • To:
  • Subject: [chef] Re: yum groupinstall
  • Date: Wed, 26 Nov 2014 17:22:00 -0500


On Nov 26, 2014, at 5:14 PM, gregory grey 
< >
 wrote:

> Hi guys,
> We don't have groupinstall available. I re-raised issue on github, since it 
> was open in Jira. No feedback since. 
> 
> Can someone advice if it's a worthy idea to write this?
> I've got some time and desire to do it, but only if it's needed - yum 
> provider functionality is huge, and it needs a lot of work to include 
> metapackages...

groupinstall isn't idempotent so it makes no sense as a resource, your best 
bet is to just use an execute resource:

execute 'yum groupinstall whatever' do
  user 'root'
end

--Noah

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail




Archive powered by MHonArc 2.6.16.

§