Skip to content
This repository has been archived by the owner on Dec 31, 2024. It is now read-only.

Commit

Permalink
replace Modulefile vs metadata.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoblitt committed Jan 25, 2015
1 parent 4a079e5 commit 202e4f5
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 12 deletions.
12 changes: 0 additions & 12 deletions Modulefile

This file was deleted.

19 changes: 19 additions & 0 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "jhoblitt-nsstools",
"version": "1.0.2",
"author": "Joshua Hoblitt <[email protected]>",
"summary": "Manages NSS certificate databases",
"license": "Apache-2.0",
"source": "https://github.com/jhoblitt/puppet-nsstools.git",
"project_page": "https://github.com/jhoblitt/puppet-nsstools",
"issues_url": "https://github.com/jhoblitt/puppet-nsstools/issues",
"operatingsystem_support": [
{ "operatingsystem": "RedHat", "operatingsystemrelease": [ "5", "6", "7" ] },
{ "operatingsystem": "CentOS", "operatingsystemrelease": [ "5", "6", "7" ] },
{ "operatingsystem": "Scientific", "operatingsystemrelease": [ "5", "6", "7" ] }
],
"dependencies": [
{ "name": "puppetlabs/stdlib", "version_requirement": ">= 4.2.0 < 5.0.0" },
{ "name": "camptocamp/openssl", "version_requirement": ">= 0.2.0" }
]
}

0 comments on commit 202e4f5

Please sign in to comment.