forked from chef-boneyard/cookbooks
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating metadata, versions and documentation for bootstrap, for 0.8.…
…x release of Chef
- Loading branch information
jtimberman
committed
Feb 28, 2010
1 parent
106eced
commit e018340
Showing
100 changed files
with
5,876 additions
and
5,697 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,51 +1,41 @@ | ||
{ | ||
"dependencies": { | ||
"java": [ | ||
|
||
], | ||
"runit": [ | ||
|
||
] | ||
}, | ||
"maintainer_email": "[email protected]", | ||
"conflicting": { | ||
|
||
}, | ||
"description": "Installs activemq and sets it up as a runit service", | ||
"recipes": { | ||
"activemq": "" | ||
}, | ||
"providing": { | ||
"activemq": [ | ||
|
||
] | ||
}, | ||
"platforms": { | ||
"ubuntu": [ | ||
|
||
], | ||
"debian": [ | ||
|
||
] | ||
}, | ||
"version": "0.2.0", | ||
"name": "activemq", | ||
"replacing": { | ||
|
||
}, | ||
"groupings": { | ||
|
||
}, | ||
"long_description": "= DESCRIPTION:\n\nInstalls activemq and sets up a runit service.\n\n= REQUIREMENTS:\n\nTested on Ubuntu 9.04.\n\nOpscode cookbooks:\n\n* java\n* runit\n\n= ATTRIBUTES:\n\n* activemq[:mirror] - download URL up to the apache/activemq/apache-activemq directory.\n* activemq[:version] - version to install.\n\n= USAGE:\n\nInclude the default recipe on systems where you want to run activemq. At this time the cookbook doesn't use any custom configuration for activemq.\n\n= LICENSE AND AUTHOR:\n\nAuthor:: Joshua Timberman (<[email protected]>)\n\nCopyright:: 2009, Opscode, Inc\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n", | ||
"attributes": { | ||
|
||
}, | ||
"recommendations": { | ||
|
||
}, | ||
"license": "Apache 2.0", | ||
"maintainer": "Opscode, Inc.", | ||
"suggestions": { | ||
|
||
} | ||
} | ||
"dependencies": { | ||
"java": [ | ||
|
||
], | ||
"runit": [ | ||
|
||
] | ||
}, | ||
"replacing": { | ||
}, | ||
"description": "Installs activemq and sets it up as a runit service", | ||
"groupings": { | ||
}, | ||
"platforms": { | ||
"ubuntu": [ | ||
|
||
], | ||
"debian": [ | ||
|
||
] | ||
}, | ||
"version": "0.2.0", | ||
"recommendations": { | ||
}, | ||
"name": "activemq", | ||
"maintainer": "Opscode, Inc.", | ||
"long_description": "= DESCRIPTION:\n\nInstalls activemq and sets up a runit service.\n\n= REQUIREMENTS:\n\nTested on Ubuntu 9.04.\n\nOpscode cookbooks:\n\n* java\n* runit\n\n= ATTRIBUTES:\n\n* activemq[:mirror] - download URL up to the apache/activemq/apache-activemq directory.\n* activemq[:version] - version to install.\n\n= USAGE:\n\nInclude the default recipe on systems where you want to run activemq. At this time the cookbook doesn't use any custom configuration for activemq.\n\n= LICENSE AND AUTHOR:\n\nAuthor:: Joshua Timberman (<[email protected]>)\n\nCopyright:: 2009, Opscode, Inc\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n", | ||
"recipes": { | ||
}, | ||
"suggestions": { | ||
}, | ||
"maintainer_email": "[email protected]", | ||
"attributes": { | ||
}, | ||
"conflicting": { | ||
}, | ||
"license": "Apache 2.0", | ||
"providing": { | ||
} | ||
} |
Oops, something went wrong.