Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update ensure_packages->stdlib::ensure_packages; require stdlib 9
The `ensure_packages()` function is deprecated with stdlib 9. It triggers a catalog compilation warning on Puppet 7 and a catgalog compilation error on Pupppet 8. This PR switches to the successor, `stdlib::ensure_packages()`. This function got introduced in stdlib 9.
- Loading branch information