[Puppet Users] Re: duplicate package definitions

2009-09-03 Thread Julian Simpson
You need to tell Puppet to manage both a gem and an RPM. Adding 'provider => gem' to the appropriate package declaration will do that. Best J. 2009/9/4 Matt Delves : > > Hey Folks, > Let me first setup the scenario. I have a server (managed via puppet) > that runs a mysql database. > > The pro

[Puppet Users] duplicate package definitions

2009-09-03 Thread Matt Delves
Hey Folks, Let me first setup the scenario. I have a server (managed via puppet) that runs a mysql database. The problem is that I currently have the mysql package installed as an rpm via puppet, though I'm also wanting to use puppet to manage the mysql ruby gem. Unfortunately when I do this, pu

[Puppet Users] Another puppet data point

2009-09-03 Thread cnjohnson
About week ago, we moved our production puppet server to an older IBM OpenPower Server with 8 cores and 8GB ram. We use Ubuntu 8.04 LTS for the PowerPC (the most recent version for this hardware). We have puppet 0.24.8, Apache+ssl, Passenger 2.2.2 and Rack 1.0. We manage 780 identically configure

[Puppet Users] Re: Problems with puppetd on ubuntu server

2009-09-03 Thread timu
> ubuntu puppet is old. you should install the puppet 0.24.8 from karmic > > downloadhttp://mirrors.kernel.org/ubuntu/pool/universe/p/puppet/puppet_0.24.8... > and then dpkg -i puppet_0.24.8-2_all.deb > > I am using that for my ubuntu 9.04 > Would be better to use the ones from the gems? I was

[Puppet Users] Re: ZFS provider does not delete - user or puppet error?

2009-09-03 Thread Hans van der Made
Hi Martin, >> err: //Node[nodename]/v20z-base-zfs/Zfs[rpool/export/home]/ensure: >> change from present to absent failed: Could not set absent on ensure: >> undefined method `destroy' for # at >> /path/v20z-base-zfs/manifests/init.pp:31 >> > This looks like a bug :) > It is calling destroy(), bu

[Puppet Users] Re: puppet 0.24.8, random problem with very slow puppetruns - no stored-configuration

2009-09-03 Thread Jordi Funollet
On Wednesday 02 September 2009 00:49:01 Joe McDonagh wrote: > Hi Kurt, possibly some kind of weird clash between gems and packages, > which is fairly common in deb/ubuntu if you mix gems with os-native > dpkg. I have the .24.8 package from the pool ftp.ubuntu.com (analogous > to ftp.debian.com) wh

[Puppet Users] Re: restart puppetmaster when files change

2009-09-03 Thread Paul Lathrop
Yes. On Wed, Sep 2, 2009 at 6:51 PM, ELTigre wrote: > > Do you mean if any of init.pp files of any module change, puppetmaster > gets the change and reload? > > regards, > Israel. > > On Sep 1, 12:31 pm, Paul Lathrop wrote: >> Why would you want to do this? puppetmaster will notice changes to >>

[Puppet Users] Re: ZFS provider does not delete - user or puppet error?

2009-09-03 Thread martin
Hans, On Sep 2, 7:21 pm, Hans van der Made wrote: > err: //Node[nodename]/v20z-base-zfs/Zfs[rpool/export/home]/ensure: > change from present to absent failed: Could not set absent on ensure: > undefined method `destroy' for # at > /path/v20z-base-zfs/manifests/init.pp:31 > This looks like a bug