You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The base `Puppet::Indirector::Rest#handle_response` method was deleted in
ca36093 along with the code that used to call it. So the overridden
`handle_response` method is never called. Also the MAJOR_VERSION_JSON_DEFAULT
constant was also deleted.
raisePuppet::Error.new(_("Server version %{version} does not accept reports in '%{format}', use `preferred_serialization_format=pson`") % {version: server_version,format: format})
0 commit comments