Skip to content

Commit

Permalink
Allow puppet 8 and stdlib 9
Browse files Browse the repository at this point in the history
  • Loading branch information
deric authored and saz committed Feb 8, 2024
1 parent dc5590d commit 47794ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "saz-resolv_conf",
"version": "5.1.0",
"version": "5.2.0",
"author": "saz",
"summary": "Manage resolv.conf via Puppet",
"description": "Manage resolv.conf via Puppet",
Expand Down Expand Up @@ -50,9 +50,9 @@
}
],
"requirements": [
{ "name": "puppet", "version_requirement": ">=6.1.0 <8.0.0" }
{ "name": "puppet", "version_requirement": ">=6.1.0 <9.0.0" }
],
"dependencies": [
{ "name": "puppetlabs/stdlib", "version_requirement": ">=2.6.0 < 9.0.0" }
{ "name": "puppetlabs/stdlib", "version_requirement": ">=2.6.0 < 10.0.0" }
]
}

0 comments on commit 47794ca

Please sign in to comment.