Skip to content

Commit

Permalink
supports platform metadata for all cookbooks that didn't have it
Browse files Browse the repository at this point in the history
  • Loading branch information
jtimberman committed Oct 27, 2009
1 parent d818855 commit d368798
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 14 deletions.
39 changes: 25 additions & 14 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,38 +1,49 @@
{
"maintainer": "Opscode, Inc.",
"description": "Installs lvm2 package",
"replacing": {
"recommendations": {

},
"maintainer_email": "cookbooks@opscode.com",
"recipes": {
"lvm": ""
},
"platforms": {
"suggestions": {

},
"maintainer": "Opscode, Inc.",
"version": "0.7.0",
"recommendations": {
"platforms": {
"ubuntu": [

},
"name": "lvm",
"maintainer_email": "cookbooks@opscode.com",
"attributes": {
],
"centos": [

},
"suggestions": {
],
"debian": [

],
"redhat": [

]
},
"license": "Apache 2.0",
"version": "0.7.0",
"name": "lvm",
"conflicting": {

},
"dependencies": {
"attributes": {

},
"providing": {
"lvm": [

]
},
"long_description": ""
"license": "Apache 2.0",
"long_description": "",
"replacing": {

},
"dependencies": {

}
}
4 changes: 4 additions & 0 deletions metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@
license "Apache 2.0"
description "Installs lvm2 package"
version "0.7"

%w{ redhat centos debian ubuntu }.each do |os|
supports os
end

0 comments on commit d368798

Please sign in to comment.