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 2e47364 commit 9aa6505
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 @@ -27,7 +27,7 @@
String $path = '/',
Integer $port = 3000,
) {
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 9aa6505

Please sign in to comment.