[Puppet-dev] Re: [PATCH/puppet 1/1] (#5528) Add REST API for signing, revoking, retrieving, cleaning certs

2011-04-20 Thread Max Martin
Hi Arm, It sounds like the problem here is that your puppet agents are running as daemons, and kicking them isn't causing them to check for a signed cert. I would suggest that you run your agents using --no-daemonize, and set up a cron schedule for them to check in with the master, which will caus

Re: [Puppet-dev] Re: [PATCH/puppet 1/1] (#5528) Add REST API for signing, revoking, retrieving, cleaning certs

2011-04-05 Thread Matt Robinson
The current code only returns PSON correctly. I'm putting in a ticket today for fixing problems with YAML and other supported formats. On Tue, Apr 5, 2011 at 12:11 PM, Corey Osman wrote: > Horray!  I am excited to test out the list of signed certificates. > What serialization format would the li

[Puppet-dev] Re: [PATCH/puppet 1/1] (#5528) Add REST API for signing, revoking, retrieving, cleaning certs

2011-04-05 Thread Corey Osman
Horray! I am excited to test out the list of signed certificates. What serialization format would the list of certs be returned as? (PSON, YAML)? Can I have a choice by passing in the format I desire? Corey On Apr 5, 10:47 am, Jacob Helwig wrote: > On Mon, 04 Apr 2011 17:13:02 -0700, Max Mart