Skip to content

Commit

Permalink
updated metadata in prep of release to cookbooks site.
Browse files Browse the repository at this point in the history
  • Loading branch information
schisamo committed Nov 18, 2010
1 parent 9ceea82 commit 9dd53dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"suggestions": {
},
"long_description": "Description\n===========\n\nInstalls and configures Jetty, Java servlet engine and webserver.\n\nRequirements\n============\n\nPlatform: \n\n* Debian, Ubuntu (OpenJDK, Sun)\n* CentOS, Red Hat, Fedora (OpenJDK)\n\nThe following Opscode cookbooks are dependencies:\n\n* java\n\nAttributes\n==========\n\n* `node[\"jetty\"][\"host\"]` - Listen to connections from this network host.\n* `node[\"jetty\"][\"port\"]` - The network port used by Jetty.\n* `node[\"jetty\"][\"jetty_args\"]` - Additional arguments to pass to Jetty \n* `node[\"jetty\"][\"java_options\"]` - Extra options to pass to the JVM \n\nUsage\n=====\n\nSimply include the recipe where you want Jetty installed.\n\nTODO\n====\n\n* enable SSL support\n* instrument logging\n\nLicense and Author\n==================\n\nAuthor:: Seth Chisamore (<schisamo@opscode.com>)\n\nCopyright:: 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",
"long_description": "Description\n===========\n\nInstalls and configures Jetty, Java servlet engine and webserver.\n\nRequirements\n============\n\nPlatform: \n\n* Debian, Ubuntu (OpenJDK, Sun)\n* CentOS, Red Hat, Fedora (OpenJDK)\n\nThe following Opscode cookbooks are dependencies:\n\n* java\n\nAttributes\n==========\n\n* `node[\"jetty\"][\"host\"]` - Listen to connections from this network host, default '0.0.0.0'.\n* `node[\"jetty\"][\"port\"]` - The network port used by Jetty, default '8080.\n* `node[\"jetty\"][\"jetty_args\"]` - Additional arguments to pass to Jetty, default ''.\n* `node[\"jetty\"][\"java_options\"]` - Extra options to pass to the JVM, default '-Xmx256m -Djava.awt.headless=true'.\n\nUsage\n=====\n\nSimply include the recipe where you want Jetty installed.\n\nTODO\n====\n\n* enable SSL support\n* instrument logging\n\nLicense and Author\n==================\n\nAuthor:: Seth Chisamore (<schisamo@opscode.com>)\n\nCopyright:: 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",
"platforms": {
"debian": [

Expand All @@ -46,6 +46,6 @@
},
"license": "Apache 2.0",
"recipes": {
"jetty::default": "Main Jetty configuration"
"jetty::default": "Installs and configures Jetty"
}
}
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
supports os
end

recipe "jetty::default", "Main Jetty configuration"
recipe "jetty::default", "Installs and configures Jetty"

0 comments on commit 9dd53dc

Please sign in to comment.