defvol / geobox

A virtual machine for geo stuff
3 stars 0 forks source link

Change postgres role to "vagrant" #19

Open defvol opened 9 years ago

defvol commented 9 years ago

We could fix some issues when running pg commands as vagrant user by creating a role == $USER

https://github.com/rodowi/geobox/blob/master/cookbooks/core/recipes/default.rb#L70

Replace 'gisuser' for 'vagrant'