Skip to content

Commit

Permalink
Lower version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
damonmaria committed May 12, 2021
1 parent 7730302 commit 31da180
Showing 1 changed file with 5 additions and 29 deletions.
34 changes: 5 additions & 29 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mindhive-domain",
"version": "0.1.0",
"version": "0.1.1",
"author": "[email protected]",
"summary": "",
"license": "MIT",
Expand All @@ -10,46 +10,22 @@
],
"operatingsystem_support": [
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"7"
]
},
{
"operatingsystem": "OracleLinux",
"operatingsystemrelease": [
"7"
]
},
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"8"
]
},
{
"operatingsystem": "Scientific",
"operatingsystemrelease": [
"7"
]
},
{
"operatingsystem": "Debian",
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"10"
"18.04"
]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"18.04"
"20.04"
]
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 6.21.0 < 8.0.0"
"version_requirement": ">= 5.0.0 < 8.0.0"
}
],
"pdk-version": "2.1.0",
Expand Down

0 comments on commit 31da180

Please sign in to comment.