Skip to content

Commit 07085d0

Browse files
committed
Change example, remove roadmap
1 parent cf101a8 commit 07085d0

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ Description
22
===========
33
This cookbook includes recipes and provider to install and configure postgresql database. This cookbook was tested with Postgresql 9.1 and 9.2, and should work with 9.0 too.
44

5+
Changelog
6+
=========
7+
See CHANGELOG.md
8+
59
Requirements
610
============
711
- This cookbook version (0.1.x) tested only on Debian squeeze and Ubuntu 12.04.
@@ -64,7 +68,7 @@ Example master database setup:
6468
Example slave database setup:
6569

6670
postgresql "main" do
67-
cluster_create_options [ "locale" => "ru_RU.UTF-8" ]
71+
cluster_create_options( "locale" => "ru_RU.UTF-8" )
6872
configuration(
6973
:version => "9.1",
7074
:connection => {
@@ -92,18 +96,12 @@ Example slave database setup:
9296
end
9397

9498

95-
Roadmap
96-
=======
97-
* More examples
98-
* Better replication support
99-
* Provider for database declaration
100-
10199
License and Author
102100
==================
103101

104102
Author:: Nikita Borzykh (<nikita@express42.com>)
105103

106-
Copyright (C) LLC 2012 Express 42
104+
Copyright (C) 2012-2013 LLC Express 42
107105

108106
Permission is hereby granted, free of charge, to any person obtaining a copy of
109107
this software and associated documentation files (the "Software"), to deal in

0 commit comments

Comments
 (0)