Re: [Puppet Users] Re: Mutliple custom facts not showing in facter

2011-04-11 Thread Cody Robertson
On 04/11/2011 05:03 AM, Ohad Levy wrote: git bisect is a great way to figure out which commit broke it. Ohad On Mon, Apr 11, 2011 at 9:45 AM, Cody Robertson > wrote: I'll test it on more versions tomorrow to see if I can pinpoint exactly where the change happ

Re: [Puppet Users] Re: Mutliple custom facts not showing in facter

2011-04-11 Thread Ohad Levy
git bisect is a great way to figure out which commit broke it. Ohad On Mon, Apr 11, 2011 at 9:45 AM, Cody Robertson wrote: > I'll test it on more versions tomorrow to see if I can pinpoint exactly > where the change happened: http://projects.puppetlabs.com/issues/7039 > > -- > You received thi

Re: [Puppet Users] Re: Mutliple custom facts not showing in facter

2011-04-10 Thread Cody Robertson
I'll test it on more versions tomorrow to see if I can pinpoint exactly where the change happened: http://projects.puppetlabs.com/issues/7039 -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@goog

Re: [Puppet Users] Re: Mutliple custom facts not showing in facter

2011-04-10 Thread James Turnbull
Cody Robertson wrote: > I've only tested this on 1.5.8 where it worked. Upgraded to 1.5.9rc5 and it > appears broken. > Can one of you please log a ticket for this - we'd obviously like to fix it before we release Facter 1.5.9. Thanks James -- James Turnbull Puppet Labs 1-503-734-8571 --

Re: [Puppet Users] Re: Mutliple custom facts not showing in facter

2011-04-10 Thread Cody Robertson
I've only tested this on 1.5.8 where it worked. Upgraded to 1.5.9rc5 and it appears broken. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, sen

Re: [Puppet Users] Re: Mutliple custom facts not showing in facter

2011-04-10 Thread Tony G.
I tried with rc4, upgradec to rc5 and same behavior, which version you tested out before, I recall testing on 1.5.7 too, with the same thing. Thanks. On Sun, Apr 10, 2011 at 8:42 PM, Cody Robertson wrote: > Er, I upgraded to Facter rc5* > > -- > You received this message because you are subscr

Re: [Puppet Users] Re: Mutliple custom facts not showing in facter

2011-04-10 Thread Cody Robertson
Er, I upgraded to Facter rc5* -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more

Re: [Puppet Users] Re: Mutliple custom facts not showing in facter

2011-04-10 Thread Cody Robertson
It looks like it's a bug in 1.5.9. I upgraded this particular node to the latest (rc4) and now the multiple facts don't work as you initially described. I'd recommend opening a bug report as something changed across versions to cause this. -- You received this message because you are subscribe

Re: [Puppet Users] Re: Mutliple custom facts not showing in facter

2011-04-10 Thread Tony G.
Facter 1.5.9 Thanks sent from my android On Apr 10, 2011 4:09 PM, "Cody Robertson" wrote: Strange - in the example I used the file is named lvemanager_versions.rb while the facts are lvemanager_version and lvecpanel_version. Although it's highly unlikely this is the problem I'm running facter

Re: [Puppet Users] Re: Mutliple custom facts not showing in facter

2011-04-10 Thread Cody Robertson
Strange - in the example I used the file is named lvemanager_versions.rb while the facts are lvemanager_version and lvecpanel_version. Although it's highly unlikely this is the problem I'm running facter 1.5.8 which is one version you're not running.. -- You received this message because you

Re: [Puppet Users] Re: Mutliple custom facts not showing in facter

2011-04-10 Thread Tony G.
On Sun, Apr 10, 2011 at 1:56 PM, Cody Robertson wrote: > Can you invoke any custom facts at all? I suspect it facter might not be > looking in the right directory for your puppet facts and thus it's not > finding them when run it locally. > > I've confirmed no issue with defining multiple facts i

[Puppet Users] Re: Mutliple custom facts not showing in facter

2011-04-10 Thread Cody Robertson
Can you invoke any custom facts at all? I suspect it facter might not be looking in the right directory for your puppet facts and thus it's not finding them when run it locally. I've confirmed no issue with defining multiple facts in a single file / calling them with facter locally: root@falco