Chef and non-zero return codes
When installing a windows package using the windows_package resource the install may report a failure if the non zero return code is considered to be an installation failure. In my example, the package would return the code 3010, which states a restart is required to complete the installation. However, we can use the success_code attribute parameter … More Chef and non-zero return codes