Issue #5384 has been updated by Nick Lewis. Affected Puppet version set to development
---------------------------------------- Bug #5384: puppet apply --report fails if puppet master has not been run https://projects.puppetlabs.com/issues/5384 Author: Nick Lewis Status: Unreviewed Priority: Normal Assignee: Category: Target version: Affected Puppet version: development Keywords: Branch: $reportdir is currently only created when a master is run. However, puppet apply also tries to save its reports to $reportdir. Therefore, running puppet apply --report without first having run puppet master causes an error as the report can't be saved. This is especially problematic now that report=true by default, per $5288. Additionally, because of #4224, simply running puppet master isn't sufficient to create the directory in the right place, unless you are running both apply and master as root. The fix for this would seem to be to also create $reportdir when running puppet apply. -- 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.
