I ran across this today while trying to use the chef community database cookbook. If you want to use it along with a postgresql database to e.g. create databases and create and assign roles to users, then you may need to do the following, at least…
I ran across this today while trying to use the chef community database cookbook. If you want to use it along with a postgresql database to e.g. create databases and create and assign roles to users, then you may need to do the following, at least…
I am doing a bunch of work in VMs managed with Vagrant+chef, and I have several different VMs configured for different projects/roles so that I can do dev work on a VM that has just the set of things on it that a QA or production box will have. To…