Closed halida closed 9 years ago
We will investigate this issue soon.
postgresql_lwrp cookbook is incompatible with database cookbook. If you want create users and databases, please use our LWRP for this. You can see examples in README.
Got that, I will use postgresql
recipe instead.
I want to use postgresql_lwrp to install server, and database to create user and databases, And I got this error:
It turns out there is a name conflict between postgresql_lwrp and database cookbook, please help to solve it.
https://github.com/express42-cookbooks/postgresql_lwrp/blob/master/libraries/resource_postgresql_database.rb#L5
https://github.com/opscode-cookbooks/database/blob/master/libraries/resource_postgresql_database.rb#L25