theforeman / puppet-puppet

Puppet module for Puppet client and server
GNU General Public License v3.0
88 stars 228 forks source link

consistently use stdlib::ensure_packages() #913

Closed bastelfreak closed 7 months ago

bastelfreak commented 7 months ago

In b6088261c08ddfa8d3426ba01c6b35a3d1b1d3a2 ewoud already introduced stdlib::ensure_packages(). There's another place that used the legacy ensure_packages() function. It's deprecated since stdlib 9. This commit updates the old code to also use stdlib::ensure_packages()