voxpupuli / puppet-virtualbox

A Puppet module to install and manage VirtualBox
https://forge.puppet.com/puppet/virtualbox
Apache License 2.0
5 stars 29 forks source link

Namespace ensure_packages() #151

Open smortex opened 7 months ago

smortex commented 7 months ago

The ensure_packages() function is deprecated and we should use stdlib::ensure_packages() instead.

smortex commented 7 months ago

You'd want to bump the dependency in metadata.json too.

Good catch, I fixed this in multiple places and it slept through! PR updated!