diff --git a/metadata.json b/metadata.json index 50a0b6f..2e54bb5 100644 --- a/metadata.json +++ b/metadata.json @@ -1,41 +1,42 @@ { - "maintainer": "Opscode, Inc.", + "recommendations": { + }, "attributes": { }, + "maintainer": "Opscode, Inc.", "suggestions": { }, - "platforms": { - "ubuntu": [ + "dependencies": { + "runit": [ ], - "debian": [ + "java": [ ] }, - "dependencies": { - "java": [ + "maintainer_email": "cookbooks@opscode.com", + "conflicting": { + }, + "platforms": { + "debian": [ ], - "runit": [ + "ubuntu": [ ] }, - "maintainer_email": "cookbooks@opscode.com", - "conflicting": { + "license": "Apache 2.0", + "version": "0.3.1", + "providing": { }, - "version": "0.3.0", - "name": "activemq", "recipes": { + "activemq": "Installs ActiveMQ from source and sets it up as a runit service" }, - "providing": { - }, - "license": "Apache 2.0", "replacing": { }, + "name": "activemq", + "description": "Installs activemq and sets it up as a runit service", "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 ()\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", - "recommendations": { - }, - "description": "Installs activemq and sets it up as a runit service" + "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 ()\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" } \ No newline at end of file diff --git a/metadata.rb b/metadata.rb index 004f4c5..1dd6f57 100644 --- a/metadata.rb +++ b/metadata.rb @@ -3,7 +3,9 @@ license "Apache 2.0" description "Installs activemq and sets it up as a runit service" long_description IO.read(File.join(File.dirname(__FILE__), 'README.rdoc')) -version "0.3" +version "0.3.1" + +recipe "activemq", "Installs ActiveMQ from source and sets it up as a runit service" %w{ubuntu debian}.each do |os| supports os