Skip to content

Commit

Permalink
require stdlib >= 9
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoblitt committed Jul 31, 2024
1 parent 091a2bc commit a83cb44
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 @@ -31,7 +31,7 @@
Integer $port = 3000,
String $version = '2.0.0',
) {
ensure_packages($packages)
stdlib::ensure_packages($packages)

group { 'smee':
ensure => present,
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 5.0.0 < 10.0.0"
"version_requirement": ">= 9.0.0 < 10.0.0"
},
{
"name": "puppet/systemd",
Expand Down

0 comments on commit a83cb44

Please sign in to comment.