Skip to content

Commit

Permalink
Use namespaced ensure_packages, require puppetlabs/stdlib 9.x
Browse files Browse the repository at this point in the history
  • Loading branch information
gcoxmoz authored and ekohl committed Apr 2, 2024
1 parent 3f94d6a commit 1b9b5d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
default: { $json_package = 'rubygem-json' }
}

ensure_packages([$json_package])
stdlib::ensure_packages([$json_package])

file { "${puppet_etcdir}/foreman.yaml":
content => template("${module_name}/puppet.yaml.erb"),
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 4.18.0 < 10.0.0"
"version_requirement": ">= 9.0.0 < 10.0.0"
}
],
"requirements": [
Expand Down

0 comments on commit 1b9b5d1

Please sign in to comment.