Skip to content

Commit 9bd325e

Browse files
author
jtimberman
committed
COOK-316, add recipes to metadata for all cookbooks
1 parent 4a7aaea commit 9bd325e

File tree

2 files changed

+18
-16
lines changed

2 files changed

+18
-16
lines changed

metadata.json

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,36 @@
11
{
2-
"maintainer": "Opscode, Inc.",
2+
"recommendations": {
3+
},
34
"attributes": {
45
},
6+
"maintainer": "Opscode, Inc.",
57
"suggestions": {
68
},
9+
"dependencies": {
10+
},
11+
"maintainer_email": "[email protected]",
12+
"conflicting": {
13+
},
714
"platforms": {
8-
"ubuntu": [
15+
"debian": [
916

1017
],
11-
"debian": [
18+
"ubuntu": [
1219

1320
]
1421
},
15-
"dependencies": {
16-
},
17-
"maintainer_email": "[email protected]",
18-
"conflicting": {
19-
},
22+
"license": "Apache 2.0",
2023
"version": "0.7.0",
21-
"name": "haproxy",
22-
"recipes": {
23-
},
2424
"providing": {
2525
},
26-
"license": "Apache 2.0",
26+
"recipes": {
27+
"haproxy": "Installs and configures haproxy"
28+
},
2729
"replacing": {
2830
},
31+
"name": "haproxy",
32+
"description": "Installs and configures haproxy",
2933
"groupings": {
3034
},
31-
"long_description": "= DESCRIPTION:\n\nInstalls haproxy and prepares the configuration location.\n\n= REQUIREMENTS:\n\n== Platform:\n\nTested on Ubuntu 8.10.\n\n== Cookbooks:\n\n= ATTRIBUTES: \n\nNo haproxy-specific attributes are used.\n\n= USAGE:\n\nUpdate the haproxy.cfg file with listener(s) for your sites/servers.\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",
32-
"recommendations": {
33-
},
34-
"description": "Installs and configures haproxy"
35+
"long_description": "= DESCRIPTION:\n\nInstalls haproxy and prepares the configuration location.\n\n= REQUIREMENTS:\n\n== Platform:\n\nTested on Ubuntu 8.10.\n\n== Cookbooks:\n\n= ATTRIBUTES: \n\nNo haproxy-specific attributes are used.\n\n= USAGE:\n\nUpdate the haproxy.cfg file with listener(s) for your sites/servers.\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"
3536
}

metadata.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
long_description IO.read(File.join(File.dirname(__FILE__), 'README.rdoc'))
66
version "0.7"
77

8+
recipe "haproxy", "Installs and configures haproxy"
89
%w{ debian ubuntu }.each do |os|
910
supports os
1011
end

0 commit comments

Comments
 (0)