[Puppet Users] Re: Using Ruby puppet db library - syntax question

2015-01-23 Thread JonY
On Friday, January 23, 2015 at 5:04:54 AM UTC-8, Nick Howes wrote: > > On Tuesday, 20 January 2015 20:00:14 UTC, JonY wrote: > > I'm hoping to use this library (or something similar) to request a single >> fact from all nodes. The equiv curl request would be 'curl -X GET >> http://host:8080/v3/f

[Puppet Users] Re: Using Ruby puppet db library - syntax question

2015-01-23 Thread Nick Howes
On Tuesday, 20 January 2015 20:00:14 UTC, JonY wrote: I'm hoping to use this library (or something similar) to request a single > fact from all nodes. The equiv curl request would be 'curl -X GET > http://host:8080/v3/facts --data-urlencode > 'query=["=","name","fs_space"]'. > > I've been loo