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
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
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
> 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
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
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
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
>>
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