Skip to content

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 eb0f399 commit 1260914
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 12 deletions.
12 changes: 0 additions & 12 deletions Modulefile

This file was deleted.

20 changes: 20 additions & 0 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "jhoblitt-selenium",
"version": "0.2.3",
"author": "Joshua Hoblitt <[email protected]>",
"summary": "Manages Selenium Server 2 - Standalone and Grid",
"license": "Apache-2.0",
"source": "https://github.com/jhoblitt/puppet-selenium.git",
"project_page": "https://github.com/jhoblitt/puppet-selenium",
"issues_url": "https://github.com/jhoblitt/puppet-selenium/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": "maestrodev/wget", "version_requirement": ">= 1.2.2" },
{ "name": "rodjek/logrotate", "version_requirement": ">= 1.1.1" }
]
}

0 comments on commit 1260914

Please sign in to comment.