Skip to content

Commit

Permalink
openssl v1.0, readme to markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
jtimberman committed Jun 4, 2011
1 parent ea2506e commit b0ba3a7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 11 deletions.
18 changes: 11 additions & 7 deletions openssl/README.rdoc → openssl/README.md
@@ -1,24 +1,28 @@
= DESCRIPTION:
Description
====

Library provides a method to generate secure passwords for use in recipes.
Provide a library method to generate secure random passwords in recipes.

= REQUIREMENTS:
Requirements
====

OpenSSL Ruby bindings must be installed, which are a requirement for Chef anyway.
Works on any platform with OpenSSL Ruby bindings installed, which are a requirement for Chef anyway.

= USAGE:
Usage
====

Most often this will be used to generate a secure password for an attribute.

include Opscode::OpenSSL::Password

set_unless[:my_password] = secure_password

= LICENSE and AUTHOR:
License and Author
====

Author:: Joshua Timberman (<joshua@opscode.com>)

Copyright:: 2009, Opscode, Inc
Copyright:: 2009-2011, Opscode, Inc

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
8 changes: 4 additions & 4 deletions openssl/metadata.rb
@@ -1,8 +1,8 @@
maintainer "Opscode, Inc."
maintainer_email "cookbooks@opscode.com"
license "Apache 2.0"
description "Installs/Configures openssl"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.rdoc'))
version "0.1"
description "Provides a library with a method for generating secure random passwords."
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version "1.0.0"

recipe "openssl", "Empty, this cookbook provides a library, see README"
recipe "openssl", "Empty, this cookbook provides a library, see README.md"

0 comments on commit b0ba3a7

Please sign in to comment.