Re: [GENERAL] Cookbook for doing installation and configuration of PostgreSQL on Redhat

2017-06-21 Thread Paul Jungwirth
I am new to chef concept, can anyone provide me a cookbook for doing installation and configuration of PostgreSQL on Redhat. Hi Pawan, I have always used the standard "postgresql" cookbook, which has recipes to install a server. In a Berksfile you just say: cookbook "postgresql" The

Re: [GENERAL] Cookbook for doing installation and configuration of PostgreSQL on Redhat

2017-06-21 Thread Lewis Carhart
https://github.com/sous-chefs/postgresql How is that? Lewis From: pgsql-general-ow...@postgresql.org [mailto:pgsql-general-ow...@postgresql.org] On Behalf Of PAWAN SHARMA Sent: 21 June 2017 16:47 To: pgsql-general@postgresql.org >> PG-General Mailing List

Re: [GENERAL] Cookbook for doing installation and configuration of PostgreSQL on Redhat

2017-06-21 Thread David G. Johnston
On Wed, Jun 21, 2017 at 8:47 AM, PAWAN SHARMA wrote: > Hi All, > > I am new to chef concept, can anyone provide me a cookbook for doing > installation and configuration of PostgreSQL on Redhat. > I have checked so many cookbooks in the supermarket. What do you want