Skip to content

Commit

Permalink
Merge pull request #326 from zilchms/inifile6
Browse files Browse the repository at this point in the history
puppetlabs/inifile: Allow 6.x
  • Loading branch information
bastelfreak authored Mar 11, 2024
2 parents 9c0d11d + 3b2c259 commit fa7738c
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 4.13.1 < 9.0.0"
"version_requirement": ">= 4.13.1 < 10.0.0"
},
{
"name": "puppetlabs/inifile",
"version_requirement": ">= 1.4.1 < 6.0.0"
"version_requirement": ">= 1.4.1 < 7.0.0"
},
{
"name": "puppetlabs/puppetserver_gem",
Expand All @@ -26,26 +26,30 @@
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"7",
"8"
"8",
"9"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"7"
"7",
"8",
"9"
]
},
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"10"
"10",
"11"
]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"18.04",
"20.04"
"20.04",
"22.04"
]
}
],
Expand Down

0 comments on commit fa7738c

Please sign in to comment.