Skip to content

Commit

Permalink
allow puppetlabs/concat < 10, drop puppet 6, update supported OS (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
saz committed May 22, 2024
1 parent 7d4f287 commit 7ebf3a0
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,16 @@
"operatingsystem": "Debian",
"operatingsystemrelease": [
"10",
"11"
"11",
"12"
]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"18.04",
"20.04",
"22.04"
"22.04",
"24.04"
]
},
{
Expand All @@ -53,13 +54,13 @@
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 6.0.0 < 8.0.0"
"version_requirement": ">= 7.0.0 < 9.0.0"
}
],
"dependencies": [
{
"name": "puppetlabs/concat",
"version_requirement": ">= 7.3.0 < 8.0.0"
"version_requirement": ">= 7.3.0 < 10.0.0"
}
]
}

0 comments on commit 7ebf3a0

Please sign in to comment.