Seems that I had my Head in the sand...
to close this: puppet sends a valid json structure, but there's just  one 
key ("values") returning a simle ruby hash:

When having received a response ( with activeRessource or her) all it takes 
to get the values is:
#"Puppet" is a module connected to my puppetmaster using the "her" gem.
2.0.0-p247 :023 > Puppet.find("johndoe.local").values['uptime']
 => "286 days"
 
thats it :)



Am Dienstag, 2. Juli 2013 13:08:46 UTC+2 schrieb bjoern pohl:
>
> HI,
> i'm currently trying to connect a rails app using the "her" gem/library 
> (since active ressource is gone since rails 4) to Puppet's REST API.
> Now, "her" or activeressource both speak json, while Puppet speaks pson, 
> which should be nearly the same according to some posts here.
> Communication already works but it seems that the response objects are not 
> decoded as they should.
> Is there any documentation around where the differences are? Google does 
> not offer too much for "pson" :)
> BTW.: I've seen that there is a Ruby Puppet Module included since some 
> releases, there's not much documentation around there, has anyone already 
> used it?
>
> thanks & best regards,
> Björn
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/puppet-users.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to