Skip to content

Commit

Permalink
Merge pull request #361 from zilchms/systemd6
Browse files Browse the repository at this point in the history
puppet/systemd: Allow 6.x
  • Loading branch information
zilchms authored Apr 1, 2024
2 parents c8d5ef6 + 0813007 commit f482524
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
Expand Up @@ -10,11 +10,11 @@
"dependencies": [
{
"name": "puppet/archive",
"version_requirement": ">= 1.0.0 < 6.0.0"
"version_requirement": ">= 1.0.0 < 8.0.0"
},
{
"name": "puppetlabs/java",
"version_requirement": ">= 1.4.2 < 8.0.0"
"version_requirement": ">= 1.4.2 < 11.0.0"
},
{
"name": "puppetlabs/stdlib",
Expand All @@ -26,7 +26,7 @@
},
{
"name": "puppet/systemd",
"version_requirement": ">= 0.4.0 < 5.0.0"
"version_requirement": ">= 0.4.0 < 7.0.0"
}
],
"operatingsystem_support": [
Expand Down

0 comments on commit f482524

Please sign in to comment.