Re: [Puppet-dev] [PATCH/facter 1/1] JSON support. Works in 1.9.1. Warnings in 1.9.2. LoadError on 1.8.7 for some reason

2010-11-04 Thread Paul Nasrat
On 4 November 2010 04:20, James Turnbull ja...@lovedthanlost.net wrote: From: John E. Vincent lusis.org+github@gmail.com We need testing on 1.8.1 upwards. Do we not want json/pure rather than json? Signed-off-by: James Turnbull ja...@lovedthanlost.net ---  bin/facter                |    

Re: [Puppet-dev] [PATCH/facter 1/1] JSON support. Works in 1.9.1. Warnings in 1.9.2. LoadError on 1.8.7 for some reason

2010-11-04 Thread Markus Roberts
We need testing on 1.8.1 upwards. Do we not want json/pure rather than json? i.e. PSON? -- Markus --- When in trouble or in doubt, run in circles, scream and shout. -- 1920's parody of the maritime general prudential rule

Re: [Puppet-dev] [PATCH/facter 1/1] JSON support. Works in 1.9.1. Warnings in 1.9.2. LoadError on 1.8.7 for some reason

2010-11-04 Thread Paul Nasrat
On 4 November 2010 16:52, Markus Roberts mar...@puppetlabs.com wrote: We need testing on 1.8.1 upwards. Do we not want json/pure rather than json? i.e. PSON? I really don't want to have to do embed that in facter. Paul -- You received this message because you are subscribed to the

Re: [Puppet-dev] [PATCH/facter 1/1] JSON support. Works in 1.9.1. Warnings in 1.9.2. LoadError on 1.8.7 for some reason

2010-11-04 Thread Markus Roberts
We need testing on 1.8.1 upwards. Do we not want json/pure rather than json? i.e. PSON? I really don't want to have to do embed that in facter. P -- Aw. But if you just embed everything in everything else all the version compatibility problems just magically vanish! :) -- M

[Puppet-dev] [PATCH/facter 1/1] JSON support. Works in 1.9.1. Warnings in 1.9.2. LoadError on 1.8.7 for some reason

2010-11-03 Thread James Turnbull
From: John E. Vincent lusis.org+github@gmail.com Signed-off-by: James Turnbull ja...@lovedthanlost.net --- bin/facter|5 - lib/facter/application.rb | 13 + 2 files changed, 17 insertions(+), 1 deletions(-) diff --git a/bin/facter b/bin/facter index