Skip to content

Commit

Permalink
Update functions for stdlib 9.x
Browse files Browse the repository at this point in the history
This breaks compatibility with earlier stdlib versions.
  • Loading branch information
anders-larsson committed Apr 3, 2024
1 parent 2baabb0 commit 0613f27
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 @@ -50,5 +50,5 @@
create_resources('types::package',$packages)
create_resources('types::selboolean',$selbooleans)
create_resources('types::service',$services)
ensure_packages($ensure_packages)
stdlib::ensure_packages($ensure_packages)
}
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 8.6.0 < 10.0.0"
"version_requirement": ">= 9.0.0 < 10.0.0"
},
{
"name": "kodguru/common",
Expand Down

0 comments on commit 0613f27

Please sign in to comment.