[Puppet Users] Re: standalone puppet file source error Could not evaluate: getaddrinfo: ...

2010-08-03 Thread bobics
Matt, thanks for the tip. I'm using the lastest facter 1.5.7 gem, I glanced at the code and it doesn't look like that patch applies. Should I not be using the stable version of facter? Looks like 1.5.7 was last updated in 9/2009? :/ On Aug 2, 6:04 pm, Matt Robinson m...@puppetlabs.com wrote:

Re: [Puppet Users] Re: standalone puppet file source error Could not evaluate: getaddrinfo: ...

2010-08-03 Thread Matt Robinson
If downgrading to 0.25 fixed this, then the problem probably isn't with facter, and as you say, older versions of facter wouldn't have the bug I mentioned. The patch I suggested would only have fixed things if you were running facter from source. So yes, please file a bug report with the info

[Puppet Users] Re: standalone puppet file source error Could not evaluate: getaddrinfo: ...

2010-08-02 Thread bobics
Why is this even calling getaddrinfo in the first place? Puppet is running totally locally. I was considering a workaround using file paths within 'source' but it doesn't seem to like relative paths either. :( -- You received this message because you are subscribed to the Google Groups Puppet

[Puppet Users] Re: standalone puppet file source error Could not evaluate: getaddrinfo: ...

2010-08-02 Thread bobics
I downgraded to puppet 0.25.5 and it works fine now. This looks like a bug to me, please le me know if I should file a ticket. I spent at least an entire day on this. :( The only weird thing I see is a Rails warning. see below: DEPRECATION WARNING: metaclass is deprecated and will be removed

Re: [Puppet Users] Re: standalone puppet file source error Could not evaluate: getaddrinfo: ...

2010-08-02 Thread Matt Robinson
I was seeing similar problems and it had to do with a bug in facter since it wasn't confining a windows fact to windows. Try this patch on your facter: http://github.com/nicklewis/facter/commit/b2c21145885c15abc43b3641fcf903e13a859565 On Mon, Aug 2, 2010 at 5:26 PM, bobics bob...@gmail.com

Re: [Puppet Users] Re: standalone puppet file source error Could not evaluate: getaddrinfo: ...

2010-08-02 Thread Peter Meier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/03/2010 03:28 AM, bobics wrote: I downgraded to puppet 0.25.5 and it works fine now. This looks like a bug to me, please le me know if I should file a ticket. if you don't find another bugreport, that describes that problem, you should file