Skip to content

Commit 4c9b348

Browse files
author
jtimberman
committed
COOK-324, update activemq cookbook attributes file
1 parent b249951 commit 4c9b348

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

activemq/attributes/default.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
# limitations under the License.
1818
#
1919

20-
set_unless[:activemq][:mirror] = "http://mirrors.ibiblio.org/pub/mirrors"
21-
set_unless[:activemq][:version] = "5.3.0"
20+
default[:activemq][:mirror] = "http://mirrors.ibiblio.org/pub/mirrors"
21+
default[:activemq][:version] = "5.3.2"

activemq/metadata.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
{
2-
"recommendations": {
2+
"providing": {
33
},
44
"attributes": {
55
},
6-
"maintainer": "Opscode, Inc.",
7-
"suggestions": {
6+
"replacing": {
87
},
98
"dependencies": {
109
"runit": [
@@ -14,8 +13,9 @@
1413

1514
]
1615
},
17-
"maintainer_email": "[email protected]",
18-
"conflicting": {
16+
"groupings": {
17+
},
18+
"recommendations": {
1919
},
2020
"platforms": {
2121
"debian": [
@@ -26,17 +26,17 @@
2626
]
2727
},
2828
"license": "Apache 2.0",
29-
"version": "0.3.1",
30-
"providing": {
29+
"version": "0.3.2",
30+
"maintainer": "Opscode, Inc.",
31+
"suggestions": {
3132
},
3233
"recipes": {
3334
"activemq": "Installs ActiveMQ from source and sets it up as a runit service"
3435
},
35-
"replacing": {
36-
},
36+
"maintainer_email": "[email protected]",
3737
"name": "activemq",
38-
"description": "Installs activemq and sets it up as a runit service",
39-
"groupings": {
38+
"conflicting": {
4039
},
40+
"description": "Installs activemq and sets it up as a runit service",
4141
"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"
4242
}

activemq/metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
license "Apache 2.0"
44
description "Installs activemq and sets it up as a runit service"
55
long_description IO.read(File.join(File.dirname(__FILE__), 'README.rdoc'))
6-
version "0.3.1"
6+
version "0.3.2"
77

88
recipe "activemq", "Installs ActiveMQ from source and sets it up as a runit service"
99

0 commit comments

Comments
 (0)