Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
trefzer committed Dec 7, 2024
1 parent a889b1b commit 292679a
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"dependencies": [
{
"name": "puppetlabs/concat",
"version_requirement": ">= 6.0.0 < 8.0.0"
"version_requirement": ">= 6.0.0 < 10.0.0"
},
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 5.0.0 < 9.0.0"
"version_requirement": ">= 5.0.0 < 10.0.0"
}
],
"operatingsystem_support": [
Expand All @@ -34,7 +34,8 @@
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"8"
"8",
"9"
]
},
{
Expand All @@ -48,21 +49,23 @@
"operatingsystemrelease": [
"9",
"10",
"11"
"11",
"12"
]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"20.04",
"22.04"
"22.04",
"24.04"
]
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 4.10.0 < 8.0.0"
"version_requirement": ">= 4.10.0 < 9.0.0"
}
],
"tags": [
Expand Down

0 comments on commit 292679a

Please sign in to comment.