Skip to content

Commit

Permalink
Allow puppet/systemd 5.x and 6.x
Browse files Browse the repository at this point in the history
5.x dropped Puppet 6 support, which we don't support anyway
6.x dropped Ubuntu 18.04 support, which we don't support either
  • Loading branch information
evgeni authored and ekohl committed Sep 4, 2023
1 parent b085284 commit 47568f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
{
"name": "puppet/systemd",
"version_requirement": ">= 2.9.0 < 5.0.0"
"version_requirement": ">= 2.9.0 < 7.0.0"
}
],
"requirements": [
Expand Down

0 comments on commit 47568f2

Please sign in to comment.