Skip to content

Commit

Permalink
allow puppet/systemd < 8, add Debian 12 as supported OS (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
saz authored May 19, 2024
1 parent c8c6fb7 commit 0527b23
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dependencies": [
{"name":"puppetlabs/stdlib","version_requirement":">= 4.13.1 < 10.0.0"},
{"name":"puppetlabs/firewall","version_requirement":">= 0.1.0 < 9.0.0"},
{"name":"puppet/systemd","version_requirement":">= 2.10.0 < 7.0.0"},
{"name":"puppet/systemd","version_requirement":">= 2.10.0 < 8.0.0"},
{"name":"puppet/selinux","version_requirement":">= 3.2.0 < 5.0.0"}
],
"operatingsystem_support": [
Expand Down Expand Up @@ -50,7 +50,8 @@
"operatingsystem": "Debian",
"operatingsystemrelease": [
"10",
"11"
"11",
"12"
]
},
{
Expand Down

0 comments on commit 0527b23

Please sign in to comment.