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 d8bdcea commit 9fc6828
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 15 deletions.
35 changes: 20 additions & 15 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,40 +1,45 @@
{
"maintainer": "Opscode, Inc.",
"description": "Installs but does not configure heartbeat",
"replacing": {
"recommendations": {

},
"maintainer_email": "cookbooks@opscode.com",
"recipes": {
"heartbeat": ""
},
"suggestions": {
"drbd": [

]
},
"platforms": {
"ubuntu": [

],
"debian": [

]
},
"maintainer": "Opscode, Inc.",
"version": "0.7.0",
"recommendations": {
"name": "heartbeat",
"conflicting": {

},
"name": "heartbeat",
"maintainer_email": "cookbooks@opscode.com",
"attributes": {

},
"suggestions": {
"drbd": [
"providing": {
"heartbeat": [

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

},
"dependencies": {

},
"providing": {
"heartbeat": [

]
},
"long_description": ""
}
}
4 changes: 4 additions & 0 deletions metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@
description "Installs but does not configure heartbeat"
version "0.7"
suggests "drbd"

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

0 comments on commit 9fc6828

Please sign in to comment.