This repository has been archived by the owner on Sep 24, 2019. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(maint) Ensure get_acceptable_puppet_run_exit_codes emits an array
Previously if none of the catch_* and expect_* options where set the get_acceptable_puppet_run_exit_codes method would emit a Range (0..256). However this raised errors in the handle_puppet_run_returned_exit_code method because you cannot do a `.join` on a Range. This commit instead always outputs an array type from get_acceptable_puppet_run_exit_codes.
- Loading branch information