[chef] Re: Re: Managing package preferences within chef (Debian, Ubuntu, RHEL, etc.)


Chronological Thread 
  • From: Edward Morbius < >
  • To:
  • Subject: [chef] Re: Re: Managing package preferences within chef (Debian, Ubuntu, RHEL, etc.)
  • Date: Fri, 28 Sep 2012 15:26:24 -0700

I don't care about mechanism so much as I care about result.

I'd like to specify a set of packages and the state in which they
should exist on the system (including "not existing" as a state).

I'd like to do this in as simple, intuitive, and maintainable manner
as possible.

On Fri, Sep 28, 2012 at 2:11 PM, Ranjib Dey 
< >
 wrote:
> do you mean an array of packages?
> %w{ pkg1 pkg2 pkg3}.each do |pkg|
>    action :remove
> end
>
>
> On Sat, Sep 29, 2012 at 1:09 AM, Edward Morbius 
> < >
> wrote:
>>
>> We're looking for a lightweight way to specify package preferences
>> (inclusion and exclusion) on chef-managed hosts.
>>
>> Ideally this would simply be a list of packages and desired
>> installation states.  Primary target is Ubuntu / Debian, so:
>>
>> <packagename> <install|remove|purge>
>>
>> ... would be the general form.
>>
>>
>> I'm not seeing an obvious established way of doing this, but it seems
>> like the sort of thing that should exist.
>>
>> What am I missing?
>>
>> --
>> Dr. Ed Morbius
>> Chief Scientist / Philologist / Robot Wrangler / Powerplant Operator
>> Krell Power Systems Unlimited
>
>



-- 
Dr. Ed Morbius
Chief Scientist / Philologist / Robot Wrangler / Powerplant Operator
Krell Power Systems Unlimited



Archive powered by MHonArc 2.6.16.

§