Skip to content

Commit

Permalink
Updating metadata, versions and documentation for bootstrap, for 0.8.…
Browse files Browse the repository at this point in the history
…x release of Chef
  • Loading branch information
jtimberman committed Feb 28, 2010
1 parent 7d4d8ac commit 9486d65
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"dependencies": {
},
"replacing": {
},
"description": "Installs/Configures openssl",
"groupings": {
},
"platforms": {
},
"version": "0.1.0",
"recommendations": {
},
"name": "openssl",
"maintainer": "Opscode, Inc.",
"long_description": "= DESCRIPTION:\n\nLibrary provides a method to generate secure passwords for use in recipes.\n\n= REQUIREMENTS:\n\nOpenSSL Ruby bindings must be installed, which are a requirement for Chef anyway.\n\n= USAGE:\n\nMost often this will be used to generate a secure password for an attribute.\n\n include Opscode::OpenSSL::Password\n\n set_unless[:my_password] = secure_password\n\n= LICENSE and AUTHOR:\n\nAuthor:: Joshua Timberman (<joshua@opscode.com>)\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",
"recipes": {
},
"suggestions": {
},
"maintainer_email": "cookbooks@opscode.com",
"attributes": {
},
"conflicting": {
},
"license": "Apache 2.0",
"providing": {
}
}

0 comments on commit 9486d65

Please sign in to comment.