Skip to content

Commit

Permalink
replace Modulefile with metadata.json
Browse files Browse the repository at this point in the history
  • Loading branch information
saz committed Jun 22, 2014
1 parent 5a6c247 commit d1ca737
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 12 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
pkg/
*.swp
/metadata.json
.forge-releng/
11 changes: 0 additions & 11 deletions Modulefile

This file was deleted.

45 changes: 45 additions & 0 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{
"operatingsystem_support": [
{
"operatingsystem": "RedHat"
},
{
"operatingsystem": "CentOS"
},
{
"operatingsystem": "OracleLinux"
},
{
"operatingsystem": "Scientific"
},
{
"operatingsystem": "Debian"
},
{
"operatingsystem": "Ubuntu"
},
],
"requirements": [
{
"name": "pe",
"version_requirement": "3.2.x"
},
{
"name": "puppet",
"version_requirement": "3.x"
}
],
"name": "saz-memcached",
"version": "2.5.0",
"author": "saz",
"summary": "UNKNOWN",
"license": "Apache License, Version 2.0",
"source": "git://github.com/saz/puppet-memcached.git",
"project_page": "https://github.com/saz/puppet-memcached",
"issues_url": "https://github.com/saz/puppet-memcached/issues",
"description": "Manage memcached via Puppet",
"dependencies": [
{"name":"puppetlabs/stdlib","version_requirement":">= 3.2.0"},
{"name":"puppetlabs/firewall","version_requirement":">= 0.1.0"}
]
}

0 comments on commit d1ca737

Please sign in to comment.