From 9dfd91b7ccc29bd97e673a2acd0a323d45282cb0 Mon Sep 17 00:00:00 2001 From: jtimberman Date: Sun, 28 Feb 2010 14:16:20 -0700 Subject: [PATCH] Updating metadata, versions and documentation for bootstrap, for 0.8.x release of Chef --- metadata.json | 92 +++++++++++++++++++++++---------------------------- 1 file changed, 41 insertions(+), 51 deletions(-) diff --git a/metadata.json b/metadata.json index a435277..0fcd95a 100644 --- a/metadata.json +++ b/metadata.json @@ -1,52 +1,42 @@ { - "maintainer": "Opscode, Inc.", - "description": "Installs git and\/or sets up a Git server daemon", - "recommendations": { - - }, - "maintainer_email": "cookbooks@opscode.com", - "recipes": { - "git::server": "Sets up a runit_service for git daemon", - "git": "" - }, - "suggestions": { - - }, - "platforms": { - "ubuntu": [ - - ], - "debian": [ - - ] - }, - "version": "0.7.0", - "name": "git", - "conflicting": { - - }, - "attributes": { - - }, - "providing": { - "git::server": [ - - ], - "git": [ - - ] - }, - "license": "Apache 2.0", - "long_description": "= DESCRIPTION:\n\nInstalls git.\n\n= REQUIREMENTS:\n\n== Cookbooks:\n\nOpscode Cookbooks (http:\/\/github.com\/opscode\/cookbooks\/tree\/master)\n\n* runit\n\n= USAGE:\n\nThis cookbook primarily installs git core packages. It can also be used to serve git repositories.\n\n include_recipe \"git::server\"\n\nThis creates the directory \/srv\/git and starts a git daemon, exporting all repositories found. Repositories need to be added manually, but will be available once they are created.\n\n= LICENSE and AUTHOR:\n \nAuthor:: Joshua Timberman ()\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.", - "replacing": { - - }, - "dependencies": { - "runit": [ - - ], - "apache2": [ - - ] - } -} \ No newline at end of file + "dependencies": { + "runit": [ + + ], + "apache2": [ + + ] + }, + "replacing": { + }, + "description": "Installs git and/or sets up a Git server daemon", + "groupings": { + }, + "platforms": { + "ubuntu": [ + + ], + "debian": [ + + ] + }, + "version": "0.7.0", + "recommendations": { + }, + "name": "git", + "maintainer": "Opscode, Inc.", + "long_description": "= DESCRIPTION:\n\nInstalls git.\n\n= REQUIREMENTS:\n\n== Cookbooks:\n\nOpscode Cookbooks (http://github.com/opscode/cookbooks/tree/master)\n\n* runit\n\n= USAGE:\n\nThis cookbook primarily installs git core packages. It can also be used to serve git repositories.\n\n include_recipe \"git::server\"\n\nThis creates the directory /srv/git and starts a git daemon, exporting all repositories found. Repositories need to be added manually, but will be available once they are created.\n\n= LICENSE and AUTHOR:\n \nAuthor:: Joshua Timberman ()\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.", + "recipes": { + "git::server": "Sets up a runit_service for git daemon" + }, + "suggestions": { + }, + "maintainer_email": "cookbooks@opscode.com", + "attributes": { + }, + "conflicting": { + }, + "license": "Apache 2.0", + "providing": { + } + } \ No newline at end of file