Skip to content

Commit

Permalink
new version release
Browse files Browse the repository at this point in the history
  • Loading branch information
bp85 committed Jan 7, 2021
1 parent 0a20d26 commit b4019f5
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bp85-mirror_repos",
"version": "0.1.4",
"version": "0.2.0",
"author": "bp85",
"summary": "Mirror yum repositories to local + and create yum repos from those",
"license": "Apache-2.0",
Expand All @@ -10,33 +10,35 @@
"dependencies": [
{
"name": "puppetlabs-stdlib",
"version_requirement": ">= 3.0.0 < 5.0.0"
"version_requirement": ">= 3.0.0 < 6.0.0"
},
{
"name": "puppetlabs-apache",
"version_requirement": ">=1.11.0 < 3.0.0"
"version_requirement": ">=1.11.0 < 5.0.0"
}
],
"operatingsystem_support": [
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"6",
"7"
"7",
"8"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"6",
"7"
"7",
"8"
]
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 4.0.0 < 6.0.0"
"version_requirement": ">= 4.0.0 < 7.0.0"
}
],
"tags": [
Expand Down

0 comments on commit b4019f5

Please sign in to comment.