SamSu 9ca03fcd19 if not any conf change, service will not restart
Change-Id: I821ee220c4242dca427ce8ae05f51e23fdd6064e
2014-03-05 18:25:55 -08:00

30 lines
1.7 KiB
JSON

{
"name": "openssl",
"version": "1.1.0",
"description": "Provides a library with a method for generating secure random passwords.",
"long_description": "openssl Cookbook\n================\nProvide a library method to generate secure random passwords in recipes.\n\nRequirements\n------------\nWorks on any platform with OpenSSL Ruby bindings installed, which are a requirement for Chef anyway.\n\n\nUsage\n-----\nMost often this will be used to generate a secure password for an attribute.\n\n```ruby\ninclude Opscode::OpenSSL::Password\nset_unless[:my_password] = secure_password\n```\n\n\nLicense & Authors\n-----------------\n- Author:: Joshua Timberman (<joshua@opscode.com>)\n\n```text\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```\n",
"maintainer": "Opscode, Inc.",
"maintainer_email": "cookbooks@opscode.com",
"license": "Apache 2.0",
"platforms": {
},
"dependencies": {
},
"recommendations": {
},
"suggestions": {
},
"conflicting": {
},
"providing": {
},
"replacing": {
},
"attributes": {
},
"groupings": {
},
"recipes": {
"openssl": "Empty, this cookbook provides a library, see README.md"
}
}