Issue #4501 has been updated by Jesse Wolfe. Status changed from Investigating to Accepted Assigned to deleted (Jesse Wolfe) Target version set to queued
The send_report call, which writes the report to disk or sends it to the report server, has been moved from Puppet::Resource::Catalog to Puppet::Configurer. While `puppet apply` (standalone) in 2.6.x does use Configurer, it carefully avoids actually calling the `run` method, and reimplements the "run" behavior with some subtle differences. These code paths should probably be merged. When we re-enable this feature, we probably want to move the "reportdir" configuration setting out of the "master" group - reportdir should be created on machines that save reports to disk, regardless of whether that are puppet masters. ---------------------------------------- Bug #4501: puppet 2.6 standalone does not create YAML logfiles anymore http://projects.puppetlabs.com/issues/4501 Author: Christian Patsch Status: Accepted Priority: Normal Assigned to: Category: reports Target version: queued Affected version: 2.6.1rc2 Keywords: Branch: I'm using Puppet on a Fedora Core 13 and Debian Squeeze host, currently for testing purposes. As long I was using Version 0.25.x, the options --report and --reportdir=<path> worked and created a YAML file for each transaction or puppet run respectively. Today I updated to 2.6 using the tar.gz from puppetlabs.com on Fedora and using the Debian Packages (2.6 was pushed into squeeze). Since then my manifests are still correctly parsed and the desired configuration can be created, but I didn't find any logfiles. Where there major changes in reporting behaviour from 0.25.x -> 2.6 ? I couldn't find anything in the Release Notes. -- 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.
