Issue #4090 has been updated by Markus Roberts.
First part in master as: commit:75e0662168936da8255507a10bccad8889326947 Rename mode (:master, :agent, :user) to run_mode commit:2a2588392a2eead4265afcb93ff7bc16b5fc1ef1 Run_mode isn't a config option commit:62e3b611e65deab60c615eac553cac9aa7e76d9d Fix last few tests and renames of mode to run_mode commit:174e02a2b71fd51ff27f9186526352d79253da26 Change how RunMode instances are created ---------------------------------------- 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.
