Skip to content

Commit

Permalink
Namespace ensure_packages()
Browse files Browse the repository at this point in the history
The ensure_packages() function is deprecated and we should use
stdlib::ensure_packages() instead.
  • Loading branch information
smortex committed Apr 12, 2024
1 parent 1c71e7b commit b968ff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/kernel.pp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
Array $vboxdrv_dependencies = $virtualbox::vboxdrv_dependencies,
String $vboxdrv_command = $virtualbox::vboxdrv_command
) {
ensure_packages($vboxdrv_dependencies)
stdlib::ensure_packages($vboxdrv_dependencies)

exec { 'vboxdrv':
command => "${vboxdrv_command} setup",
Expand Down

0 comments on commit b968ff9

Please sign in to comment.