Skip to content

Commit

Permalink
postgresql v0.99.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jtimberman committed Jan 19, 2012
1 parent f888d9d commit 471b87a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
22 changes: 13 additions & 9 deletions postgresql/README.md
Expand Up @@ -3,15 +3,6 @@ Description

Installs and configures PostgreSQL as a client or a server.

Changes/Roadmap
==============

## v 0.99.0

* Better support for Red Hat-family platforms
* Integration with database cookbook
* Make sure the postgres role is updated with a (secure) password

Requirements
============

Expand Down Expand Up @@ -127,6 +118,19 @@ not running in `solo` mode. If you're using `chef-solo`, you'll need
to set the attribute `node['postgresql']['password']['postgres']` in
your node's `json_attribs` file or in a role.

Changes/Roadmap
==============

## v0.99.2:

* [COOK-916] - use < (with float) for version comparison.

## v0.99.0:

* Better support for Red Hat-family platforms
* Integration with database cookbook
* Make sure the postgres role is updated with a (secure) password

License and Author
==================

Expand Down
2 changes: 1 addition & 1 deletion postgresql/metadata.rb
Expand Up @@ -3,7 +3,7 @@
license "Apache 2.0"
description "Installs and configures postgresql for clients or servers"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version "0.99.0"
version "0.99.2"
recipe "postgresql", "Includes postgresql::client"
recipe "postgresql::client", "Installs postgresql client package(s)"
recipe "postgresql::server", "Installs postgresql server packages, templates"
Expand Down

0 comments on commit 471b87a

Please sign in to comment.