Skip to content

Commit 90f3f0e

Browse files
author
jtimberman
committed
merge refactoring of the bootstrap->chef cookbooks
2 parents 45ff21e + 6b195aa commit 90f3f0e

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

metadata.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
2-
"recipes": {
2+
"dependencies": {
33
},
4-
"attributes": {
4+
"replacing": {
55
},
6-
"providing": {
6+
"description": "Installs java",
7+
"groupings": {
78
},
89
"platforms": {
910
"ubuntu": [
@@ -13,23 +14,22 @@
1314

1415
]
1516
},
16-
"dependencies": {
17-
},
18-
"replacing": {
19-
},
2017
"version": "0.9.0",
21-
"name": "java",
22-
"groupings": {
23-
},
24-
"long_description": "= DESCRIPTION:\n\nInstalls Java and Ant.\n\n= REQUIREMENTS:\n\nPlatform: Ubuntu, Debian, Red Hat, CentOS, Fedora.\n\nEnable the 'multiverse' repository on Ubuntu, 'non-free' on Debian or EPEL on RH/Cent/Fedora to get the Java package, or edit the default recipe to point at the Java package for your platform.\n\n= USAGE:\n\nSimply include the recipe where you want Java installed. Note the respository requirement above to get the right package. On Debian and Ubuntu systems, the recipe will preseed the package and update java alternaties.\n\n= LICENSE and AUTHOR:\n\nCopyright 2008-2010, 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",
2518
"recommendations": {
2619
},
27-
"license": "Apache 2.0",
20+
"name": "java",
2821
"maintainer": "Opscode, Inc.",
22+
"long_description": "= DESCRIPTION:\n\nInstalls Java and Ant.\n\n= REQUIREMENTS:\n\nPlatform: Ubuntu, Debian, Red Hat, CentOS, Fedora.\n\nEnable the 'multiverse' repository on Ubuntu, 'non-free' on Debian or EPEL on RH/Cent/Fedora to get the Java package, or edit the default recipe to point at the Java package for your platform.\n\n= USAGE:\n\nSimply include the recipe where you want Java installed. Note the respository requirement above to get the right package. On Debian and Ubuntu systems, the recipe will preseed the package and update java alternaties.\n\n= LICENSE and AUTHOR:\n\nCopyright 2008-2010, 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",
23+
"recipes": {
24+
},
2925
"suggestions": {
3026
},
3127
"maintainer_email": "[email protected]",
28+
"attributes": {
29+
},
3230
"conflicting": {
3331
},
34-
"description": "Installs java"
32+
"license": "Apache 2.0",
33+
"providing": {
34+
}
3535
}

0 commit comments

Comments
 (0)