Skip to content

Instantly share code, notes, and snippets.

@noorul
Created August 26, 2013 09:42
Show Gist options
  • Save noorul/6339749 to your computer and use it in GitHub Desktop.
Save noorul/6339749 to your computer and use it in GitHub Desktop.
{
"recipes": [
{
"name": "default.rb",
"path": "recipes\/default.rb",
"checksum": "cd9b688975824954297838f7d4214b7f",
"specificity": "default",
"url": "https:\/\/cu002.c.maa.collab.net:443\/bookshelf\/organization-00000000000000000000000000000000\/checksum-cd9b688975824954297838f7d4214b7f?AWSAccessKeyId=cfffb1e9c1cb87e1e86d293207840c888caa705b&Expires=1377489036&Signature=x83aJ%2B9nZn9%2B6e%2B5nkGkKzKzAqQ%3D"
}
],
"definitions": [],
"libraries": [
{
"name": "secure_password.rb",
"path": "libraries\/secure_password.rb",
"checksum": "b3bf8b34c97e21c5ee6aa0ddb11b133e",
"specificity": "default",
"url": "https:\/\/cu002.c.maa.collab.net:443\/bookshelf\/organization-00000000000000000000000000000000\/checksum-b3bf8b34c97e21c5ee6aa0ddb11b133e?AWSAccessKeyId=cfffb1e9c1cb87e1e86d293207840c888caa705b&Expires=1377489036&Signature=E4%2BR2qQFHHdLy5I0vRBgrqLgTI4%3D"
}
],
"attributes": [],
"files": [],
"templates": [],
"resources": [],
"providers": [],
"root_files": [
{
"name": "CHANGELOG.md",
"path": "CHANGELOG.md",
"checksum": "4fd2c1e42e5d998ddd977689f404e104",
"specificity": "default",
"url": "https:\/\/cu002.c.maa.collab.net:443\/bookshelf\/organization-00000000000000000000000000000000\/checksum-4fd2c1e42e5d998ddd977689f404e104?AWSAccessKeyId=cfffb1e9c1cb87e1e86d293207840c888caa705b&Expires=1377489036&Signature=Ih5gsvddLjkiIkCdAqH8arqc53Q%3D"
},
{
"name": "metadata.json",
"path": "metadata.json",
"checksum": "4a03b6e225e491680ec8268954f09890",
"specificity": "default",
"url": "https:\/\/cu002.c.maa.collab.net:443\/bookshelf\/organization-00000000000000000000000000000000\/checksum-4a03b6e225e491680ec8268954f09890?AWSAccessKeyId=cfffb1e9c1cb87e1e86d293207840c888caa705b&Expires=1377489036&Signature=QQEgI4WvwAyYGGWcln37cgWu%2BIk%3D"
},
{
"name": "metadata.rb",
"path": "metadata.rb",
"checksum": "818a38d41bd95ebec58b6d430eabd7cb",
"specificity": "default",
"url": "https:\/\/cu002.c.maa.collab.net:443\/bookshelf\/organization-00000000000000000000000000000000\/checksum-818a38d41bd95ebec58b6d430eabd7cb?AWSAccessKeyId=cfffb1e9c1cb87e1e86d293207840c888caa705b&Expires=1377489036&Signature=OJKFepLC96P2aRWHW53acZH4LU0%3D"
},
{
"name": "CONTRIBUTING",
"path": "CONTRIBUTING",
"checksum": "e5600a5296cb1b69f978b6c2c4a1b1c1",
"specificity": "default",
"url": "https:\/\/cu002.c.maa.collab.net:443\/bookshelf\/organization-00000000000000000000000000000000\/checksum-e5600a5296cb1b69f978b6c2c4a1b1c1?AWSAccessKeyId=cfffb1e9c1cb87e1e86d293207840c888caa705b&Expires=1377489036&Signature=2YRrZ46mGo5\/\/HhZkDvnezZjfUU%3D"
},
{
"name": "LICENSE",
"path": "LICENSE",
"checksum": "8f7bb094c7232b058c7e9f2e431f389c",
"specificity": "default",
"url": "https:\/\/cu002.c.maa.collab.net:443\/bookshelf\/organization-00000000000000000000000000000000\/checksum-8f7bb094c7232b058c7e9f2e431f389c?AWSAccessKeyId=cfffb1e9c1cb87e1e86d293207840c888caa705b&Expires=1377489036&Signature=l7vzdxQ9XtipmaKN9Oc7N7\/hlA0%3D"
},
{
"name": "README.md",
"path": "README.md",
"checksum": "f111ba97dc5160e26eee6473dc8e86d5",
"specificity": "default",
"url": "https:\/\/cu002.c.maa.collab.net:443\/bookshelf\/organization-00000000000000000000000000000000\/checksum-f111ba97dc5160e26eee6473dc8e86d5?AWSAccessKeyId=cfffb1e9c1cb87e1e86d293207840c888caa705b&Expires=1377489036&Signature=Xfe42pLK9OMK91Z\/niN5A3huV9Y%3D"
}
],
"cookbook_name": "openssl",
"version": "1.0.2",
"name": "openssl-1.0.2",
"frozen?": false,
"chef_type": "cookbook_version",
"json_class": "Chef::CookbookVersion",
"metadata": {
"name": "openssl",
"description": "Provides a library with a method for generating secure random passwords.",
"maintainer": "Opscode, Inc.",
"maintainer_email": "cookbooks@opscode.com",
"license": "Apache 2.0",
"platforms": {},
"recommendations": {},
"suggestions": {},
"conflicting": {},
"providing": {
"openssl": ">= 0.0.0"
},
"replacing": {},
"groupings": {},
"recipes": {
"openssl": "",
"openssl": "Empty, this cookbook provides a library, see README.md"
},
"version": "1.0.2",
"attributes": {},
"dependencies": {},
"long_description": "Description\n====\n\nProvide a library method to generate secure random passwords in recipes.\n\nRequirements\n====\n\nWorks on any platform with OpenSSL Ruby bindings installed, which are a requirement for Chef anyway.\n\nUsage\n====\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\nLicense and Author\n====\n\nAuthor:: Joshua Timberman (<joshua@opscode.com>)\n\nCopyright:: 2009-2011, 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"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment