Skip to content

Commit

Permalink
Bump to version 2.0.0. Minimum Puppet version, 4.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
natemccurdy committed Apr 30, 2019
1 parent bd9ea03 commit 5b2285c
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
{
"name": "nate-yumrepos_fact",
"version": "1.0.0",
"version": "2.0.0",
"author": "Nate McCurdy",
"summary": "Custom fact that shows the count of yumrepos.",
"license": "Apache-2.0",
"source": "https://github.com/natemccurdy/yumrepos_fact",
"project_page": "https://github.com/natemccurdy/yumrepos_fact",
"issues_url": "https://github.com/natemccurdy/yumrepos_fact/issues",
"dependencies": [ ],
"dependencies": [

],
"operatingsystem_support": [
{
"operatingsystem": "RedHat"
Expand All @@ -22,6 +24,12 @@
"operatingsystem": "Scientific"
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 4.0.0 < 7.0.0"
}
],
"tags": [
"yum",
"yumrepo",
Expand Down

0 comments on commit 5b2285c

Please sign in to comment.