X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/bf9e939fb165befbc0cfcc767a5dfa7c0489bfbe..fc786abb289afe4e03fd5bc3aee96aa90a12f25a:/cookbooks/tile/recipes/default.rb diff --git a/cookbooks/tile/recipes/default.rb b/cookbooks/tile/recipes/default.rb index 2cb98e111..d726a2220 100644 --- a/cookbooks/tile/recipes/default.rb +++ b/cookbooks/tile/recipes/default.rb @@ -400,6 +400,11 @@ postgresql_user "tomh" do superuser true end +postgresql_user "pnorman" do + cluster node[:tile][:database][:cluster] + superuser true +end + postgresql_user "tile" do cluster node[:tile][:database][:cluster] end