Skip to content

Commit

Permalink
Changed metadata to comply with puppet forge's recommendation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Benoît Clouet authored and Benoît Clouet committed Jul 11, 2017
1 parent a65ddba commit 88205ff
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,8 @@ Pull requests, comments, issues are welcome.
## Release Notes/Contributors/Etc.

* 0.5 - Initial version published on puppet forge.
* 0.5.1 - Service now started after install.
* 0.5.2 - Changed metadata to comply with puppet forge's recommendation.

## License

Expand Down
12 changes: 8 additions & 4 deletions metadata.json
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
}

0 comments on commit 88205ff

Please sign in to comment.