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 6ab68f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 4.13.1 < 10.0.0"
"version_requirement": ">= 9.0.0 < 10.0.0"
},
{
"name": "puppetlabs/apt",
Expand Down

0 comments on commit 6ab68f7

Please sign in to comment.