Issue #4090 has been updated by Matt Robinson.
The branch on this ticket went in despite a few test failures. Fixes will need to be included in other branches to be merged in. Here's a branch with a few fixes related to run_mode http://github.com/mmrobins/puppet/tree/bug/master/4090-continued_cleanup_of_run_mode_related_issues Some of the other fixes have turned out to be test related and we've found a bunch of test suite issues that are being addressed and will have a ticket number 4122 ---------------------------------------- Bug #4090: store reports are empty http://projects.puppetlabs.com/issues/4090 Author: Dan Bode Status: Ready for Testing Priority: Normal Assigned to: Category: agent Target version: 2.6 Affected version: 2.6alpha1 Keywords: mode agent config Branch: http://github.com/mmrobins/puppet/tree/bug/master/4090-store_reports_fix_and_mode_confusion_fix client and server are on the same machine. config <pre> [main] logdir=/var/log/puppet vardir=/var/lib/puppet ssldir=/var/lib/puppet/ssl rundir=/var/run/puppet [puppetd] certname=puppetclient server=puppetmaster report=true [puppetmasterd] certname=puppetmaster reports=store </pre> output of puppetd -t is: <pre> warning: /User[puppet]: 'check' attribute is deprecated; use 'audit' instead info: Caching catalog for puppetclient info: Applying configuration version '1277473194' notice: test notice: //Notify[test]/message: message changed '' to 'test' notice: Finished catalog run in 0.03 seconds </pre> it generates the store reports directories and files, but the files are empty. -- 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.
