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
(PA-7407) Add more detailed error information when upgrade fails
This commit outputs information on any error(s) that caused the
puppet-agent upgrade on Windows to fail. Previously, when the
upgrade fails with a ScriptHalted error, only the error is
provided with no other information on why it failed.
This commit updates install_puppet.ps1 to put any errors
from installer.log into puppet_agent_upgrade_failure.log.
Then, in the puppet_agent_upgrade_error, read_content_and_delete_file()
will output the error information from the error log then delete
the error log.
0 commit comments