Issue #14723 has been updated by Nick Fagerlund.
Reviewed. It looks fine, and I'm going to merge it. The quote-mark removal in the commit is also fine; looks like that was a formatting turd from before the string was a heredoc. ---------------------------------------- Bug #14723: http report processor description is wrong https://projects.puppetlabs.com/issues/14723#change-64434 Author: Lauri Tirkkonen Status: In Topic Branch Pending Review Priority: Normal Assignee: Nick Fagerlund Category: documentation Target version: Affected Puppet version: 2.7.14 Keywords: Branch: https://github.com/puppetlabs/puppet/pull/818 <http://docs.puppetlabs.com/references/latest/report.html#http> reads: >Send report information via HTTP to the reporturl. Each host sends its report >as a YAML dump and this sends this YAML to a client via HTTP POST. The YAML is >the report parameter of the request.” However, YAML is actually sent as the request body, so the description is misleading (I thought it meant `report=<urlencoded yaml>`). I'll create a pull request for this once Redmine assigns me a ticket number I can reference in the commit message. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
