Ohad Levy wrote:
> It does work, the main problem is that usually libs are dependents of
> other rpms.
Yum just pulls in the various dependencies automatically for me. Seems
to work fine just specifying the target RPM.
cYa,
Avi
--~--~-~--~~~---~--~~
You received
Hi,
It does work, the main problem is that usually libs are dependents of other
rpms.
if you do it this way, you have to find out the each and every lib rpm
which the application you actually want to use depends upon.
Ohad
On Tue, Aug 4, 2009 at 2:34 PM, Avi Miller wrote:
>
> Matt Delves wrot
Matt Delves wrote:
> Is there a way to specify this?
If you're using Yum as the provider, yes:
package { "package.i386": ensure => latest, provider => "yum" }
package { "package.x86_64": ensure => latest, provider => "yum" }
Works fine on my test system.
Also, if you're interested in getting a
Hi,
we tried to do it with puppet a few times, but at the end what we do is:
(for example on a redhat system)
check if /var/lib/rpm/Packages has changed if it has, it probably means that
a package has been installed.
if it has, then execute a script which compares the 32bit and 64bit
packages, ins
Hey folks,
For some of the systems I administer, I'm wanting to use puppet to make
sure that the correct packages are installed. For one particular
instance this would for an oracle database server. What I require is
that both 32bit and 64bit versions of particular packages are present.
Is there
On Mon, Aug 3, 2009 at 6:52 PM, James Turnbull wrote:
>
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> This is the rc1 release of Puppet 0.25.0.
>
> It is available at:
>
> http://reductivelabs.com/downloads/puppet/puppet-0.25.0rc1.tar.gz
And there's a Mac pkg up here:
https://sites.googl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
This is the rc1 release of Puppet 0.25.0.
It is available at:
http://reductivelabs.com/downloads/puppet/puppet-0.25.0rc1.tar.gz
This is not production ready code (almost though!) - it is a release
candidate for testing.
The release candidate is fu
It goes awesome!
Thanks again
chakkerz
On Aug 3, 1:08 pm, chakkerz wrote:
> Good Call, i've switched to mongrel, we'll see how that goes.
>
> Cheers
> chakkerz
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Puppe
Hi everyone,
As you can guess by the subject I use the cyrus-imap server and I
would like to manage users with puppet.
I have done a search in the puppet-users group and on the wiki and got
no hits searching for cyrus.
Has anyone written classes to manage cyrus-imap users or am I on my
own?
--~-
I am pretty sure I am getting bitten by puppet bug #2141
(http://projects.reductivelabs.com/issues/2141), and I am wondering if
there are any workarounds. I actually tried grabbing the versions of
the provider and type that James mentions at the bottom of that bug,
but they didn't seem to make an
On Mon, Aug 3, 2009 at 12:07 PM, Allan Marcus wrote:
>
> For Mac people.
>
> Does anyone have a recipe for setting/confirming a value in a plist
> file?
>
> essentially I would like to get the value, determine if it is
> "correct", if it is, stop. If it is not, then set it to the right
> value and
For Mac people.
Does anyone have a recipe for setting/confirming a value in a plist
file?
essentially I would like to get the value, determine if it is
"correct", if it is, stop. If it is not, then set it to the right
value and unload/load the launchd job.
So I guess I'm asking for two th
On Fri, Jul 31, 2009 at 3:43 AM, David Schmitt wrote:
>
> Asif Iqbal wrote:
>> On Wed, Jul 29, 2009 at 1:57 AM, David Schmitt wrote:
>>> Asif Iqbal wrote:
So I think I should start small and simple and it may grow to a
solution that will be really useful to others.
Lets start w
There was a bug in the previous incarnation anyway.
augeas {"/boot/grub/grub.conf":
context => "/files/boot/grub/grub.conf",
changes => [ "set timeout 15",
'rm password',
'ins password after ti
Well, I just dropped the lenses in /usr/share/augeas/lenses, which I
assume is on the load path higher than /usr/share/augeas/lenses/dist,
where all of the other lenses are. But should I have to do that?
Maybe we can pick up the discussion on the augeas list.
- Chad
On Mon, Aug 3, 2009 at 8:57
Trevor Hemsley wrote:
> Having just spent about 2 hours trying to work out how to add a
>
> password --md5 $1$Qejy8/$.qFUuDeYL.cuSDpN1ZD.S1
>
> line to my grub.conf I thought it would be worth sharing how I finally
> got it to work.
>
> augeas {"/boot/grub/grub.conf":
>
Chad Huneycutt wrote:
> +1 for that. I did the same thing last week. I ended up editing the
> grub.conf lens. If there is a way to override the 'incl' directives
> or point augeas at a specific file and tell it to use a specific lens,
> I'd like to hear it as well.
You can use the load_path pr
17 matches
Mail list logo