Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(PUP-11928) Give more specific error messages for /puppet/v3/tasks API #9104

Commits on Sep 7, 2023

  1. (PUP-11928) Give more specific error messages for /puppet/v3/tasks API

    Currently, when a task is omitted due to a failure, Puppet Server logs an
    exception with a generic error message and provides no details on how to
    resolve the error: `ERROR [qtp1527520408-905] [puppetserver] Puppet Failed to
    validate task`
    
    This commit removes the generic message that overrides the original error message in
    the rescued error. Instead, the rescued error message is logged.
    AriaXLi committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    3973318 View commit details
    Browse the repository at this point in the history