[Puppet Users] Re: uninitialized constant Facter::IPAddress (NameError)

2009-04-24 Thread Avi Miller
On 25/04/2009, at 12:31 PM, James Turnbull wrote: > Depends on HOW you upgrade. If you install from source (install.rb) > then no old files are removed. I think this is a problem in the RPM -- I had the same error when I upgraded Facter via RPM from 1.5.2 to 1.5.4. Though, restarting Puppet

[Puppet Users] Re: uninitialized constant Facter::IPAddress (NameError)

2009-04-24 Thread James Turnbull
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Michael Conigliaro wrote: > For anyone else who has this problem, here's the fix: > > rm /usr/lib/ruby/site_ruby/1.8/facter/ipmess.rb > > According to someone in #puppet, this file should have been deleted > during the upgrade... Depends on HOW you

[Puppet Users] Re: Puppet on VMware ESX

2009-04-24 Thread dane foster
You can create snapshots via either the perl vi api, or the rcli tools. We're using puppet to call the perl api and provision guests within ESXi, works a treat. /dane On Apr 25, 2009, at 2:59 AM, paul matthews wrote: > Actually Ohad, I think your script relates to VMware Server. My > ques

[Puppet Users] Re: Using LDAP to determine package distribution

2009-04-24 Thread Jose Gonzalez
From: Nigel Kersten To: puppet-users@googlegroups.com Sent: Friday, April 24, 2009 2:41:30 PM Subject: [Puppet Users] Re: Using LDAP to determine package distribution On Fri, Apr 24, 2009 at 11:02 AM, engle wrote: > And another thing, we have some of our s

[Puppet Users] Re: uninitialized constant Facter::IPAddress (NameError)

2009-04-24 Thread Michael Conigliaro
For anyone else who has this problem, here's the fix: rm /usr/lib/ruby/site_ruby/1.8/facter/ipmess.rb According to someone in #puppet, this file should have been deleted during the upgrade... -- Michael Conigliaro Computer Analyst Fuss & O'Neill Technologies www.fandotech.com -Original M

[Puppet Users] Re: uninitialized constant Facter::IPAddress (NameError)

2009-04-24 Thread Michael Conigliaro
I just confirmed this problem on 1.5.5rc1 as well. -- Michael Conigliaro Computer Analyst Fuss & O'Neill Technologies www.fandotech.com -Original Message- From: puppet-users@googlegroups.com [mailto:puppet-us...@googlegroups.com] On Behalf Of Michael Conigliaro Sent: Friday, April 24,

[Puppet Users] Re: Using LDAP to determine package distribution

2009-04-24 Thread Nigel Kersten
On Fri, Apr 24, 2009 at 11:02 AM, engle wrote: > And another thing, we have some of our schools that are connected via > T1 and we don't think that we can load packages onto about 40+ > computers efficiently over the link, so we will be putting 'package > servers' local to those sites. So we hav

[Puppet Users] uninitialized constant Facter::IPAddress (NameError)

2009-04-24 Thread Michael Conigliaro
I just started getting this error on some machines after a yum update from centos 5.2 to centos 5.3. Does anyone know what it means? Since I'm not a ruby person, I'm not sure how to debug this, but it looks to me like facter is having trouble parsing information about my interfaces. # facter /us

[Puppet Users] Re: Using LDAP to determine package distribution

2009-04-24 Thread engle
I just wanted to follow up on this thread and let you know that I have pretty much got Puppet and LDAP doing what I want it to do. Basically, if a node boots up and runs 'puppetd' it will check in with LDAP to see if the node is entered in the LDAP directory. If not, it will use a 'default' obje

[Puppet Users] Re: generate problem command runs on server not client

2009-04-24 Thread gen...@allantgroup.com
On Apr 23, 10:45 pm, Evan Hisey wrote: > > Generate runs on the server. it is actually a pretty useful tool that > way. For instance, it lets you have a dynamical produce file or > template content outside of the puppet manifest and then return that > information into a puppet. For what you ar

[Puppet Users] Re: Puppet on VMware ESX

2009-04-24 Thread paul matthews
Actually Ohad, I think your script relates to VMware Server. My question related to the other free VMware product - ESXi which I think may be a non starter in puppet terms due to the difficulties with getting ruby on as Mike has suggested Cheers Paul 2009/4/24 paul matthews > Ohad, > That's sup

[Puppet Users] Re: Puppet on VMware ESX

2009-04-24 Thread paul matthews
Ohad, That's superb - I'll give that a try Cheers Paul 2009/4/24 Ohad Levy > if you are talking about normal vmware "free server edition" you can give > this a try: > http://github.com/ohadlevy/puppet-vmware/tree/master > > Ohad > > > On Fri, Apr 24, 2009 at 9:19 PM, Mike Pountney wrote: > >> >>

[Puppet Users] Re: Should we really expect puppetd to die randomly? (Was: Puppet watching puppet)

2009-04-24 Thread Nigel Kersten
On Fri, Apr 24, 2009 at 6:25 AM, threetee wrote: > > On Apr 21, 12:19 am, Jean-Baptiste Quenot wrote: >> 2009/4/6 Mike Renfro : >> >> > I'd normally expect that to work, but I just have puppet keep cron >> > running, and have a periodic cron job that checks if puppet has died, >> > and if so, re

[Puppet Users] Re: Puppet on VMware ESX

2009-04-24 Thread Ohad Levy
if you are talking about normal vmware "free server edition" you can give this a try: http://github.com/ohadlevy/puppet-vmware/tree/master Ohad On Fri, Apr 24, 2009 at 9:19 PM, Mike Pountney wrote: > > Paul, are you talking about ESXi or the full blown ESX? I would expect > that it would be poss

[Puppet Users] Re: Should we really expect puppetd to die randomly? (Was: Puppet watching puppet)

2009-04-24 Thread threetee
On Apr 21, 12:19 am, Jean-Baptiste Quenot wrote: > 2009/4/6 Mike Renfro : > > > I'd normally expect that to work, but I just have puppet keep cron > > running, and have a periodic cron job that checks if puppet has died, > > and if so, restarts it: > > Interesting, but why would you expect Puppet

[Puppet Users] Re: Puppet on VMware ESX

2009-04-24 Thread Mike Pountney
Paul, are you talking about ESXi or the full blown ESX? I would expect that it would be possible to puppetize the service console, but for ESXi I would not expect it to be possible to get ruby on there. On 23 Apr 2009, at 16:51, paul matthews wrote: > When I say busybox it's actually VMwar

[Puppet Users] Re: iptables anyone?

2009-04-24 Thread Sylvain Avril
It depends on what you want but you could also use shorewall. http://git.black.co.at/?p=module-shorewall;a=tree It is not sure it is the site of the original puppet script author I think but I don't have the original at hand. I'm pretty satisfied with it. In fact, these scripts are replicated on s

[Puppet Users] Possible to change the postgresport in dbadapter

2009-04-24 Thread jamido
Hello, is it possible to change the port from the postgres db adapter? We are running multiple instances from postgres on different ports and the puppet db runs on port 15450, so i am not able to connect because puppet uses the default port 5432. Is it possible to set a parameter like dbport=15450