From c28500b3c0bc0352749f27f15a4dbae9335097fc Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 19 Jun 2025 17:24:38 +0100 Subject: [PATCH] Drop matt as a database user --- cookbooks/db/recipes/master.rb | 5 ----- 1 file changed, 5 deletions(-) diff --git a/cookbooks/db/recipes/master.rb b/cookbooks/db/recipes/master.rb index f27820652..a376e5e17 100644 --- a/cookbooks/db/recipes/master.rb +++ b/cookbooks/db/recipes/master.rb @@ -26,11 +26,6 @@ postgresql_user "tomh" do superuser true end -postgresql_user "matt" do - cluster node[:db][:cluster] - superuser true -end - postgresql_user "openstreetmap" do cluster node[:db][:cluster] password passwords["openstreetmap"] -- 2.39.5