Skip to content

Commit 2063256

Browse files
authored
Merge pull request voxpupuli#151 from voxpupuli/namespace-ensure_packages
Namespace ensure_packages()
2 parents 5a000df + 6ab68f7 commit 2063256

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

manifests/kernel.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
Array $vboxdrv_dependencies = $virtualbox::vboxdrv_dependencies,
1515
String $vboxdrv_command = $virtualbox::vboxdrv_command
1616
) {
17-
ensure_packages($vboxdrv_dependencies)
17+
stdlib::ensure_packages($vboxdrv_dependencies)
1818

1919
exec { 'vboxdrv':
2020
command => "${vboxdrv_command} setup",

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"dependencies": [
5353
{
5454
"name": "puppetlabs/stdlib",
55-
"version_requirement": ">= 4.13.1 < 10.0.0"
55+
"version_requirement": ">= 9.0.0 < 10.0.0"
5656
},
5757
{
5858
"name": "puppetlabs/apt",

0 commit comments

Comments
 (0)