I first tried my hand at chef-solo in the Vagrant window for my open source apartment project so that contributors could more easily get dev env and work.
One thing that I canβt achieve yet is overriding the default password set by the postgresql recipe from this cookbook
The docs mention setting json config with something like:
postgresql: { password: { postgres: '' } }
which I did here , but I canβt get him to override the default encrypted password given by prescription.
I am completely new (as of today) for a chef / stroller, so I got a little lost as to where I should look further.
Any help is greatly appreciated.
source share