-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed metadata to comply with puppet forge's recommendation.
- Loading branch information
Benoît Clouet
authored and
Benoît Clouet
committed
Jul 11, 2017
1 parent
a65ddba
commit 88205ff
Showing
2 changed files
with
10 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,19 @@ | ||
{ | ||
"name": "clouetb-geth", | ||
"version": "0.5.0", | ||
"version": "0.5.2", | ||
"author": "clouetb", | ||
"summary": "A simple module for installing go-ethereum.", | ||
"license": "GPLv3", | ||
"license": "GPL-3.0", | ||
"source": "https://github.com/clouetb/puppet-geth.git", | ||
"project_page": "https://github.com/clouetb/puppet-geth", | ||
"issues_url": "https://github.com/clouetb/puppet-geth/issues", | ||
"dependencies": [ | ||
{"name":"puppetlabs-stdlib","version_requirement":">= 1.0.0"} | ||
"operatingsystem_support": [ | ||
{ | ||
"operatingsystem":"CentOS", | ||
"operatingsystemrelease":[ "7.0" ] | ||
} | ||
], | ||
"dependencies": [], | ||
"data_provider": null | ||
} | ||
|