]> git.openstreetmap.org Git - chef.git/commitdiff
Drop gpximport postgres users that is no longer used
authorTom Hughes <tom@compton.nu>
Thu, 5 Oct 2023 12:58:13 +0000 (13:58 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 5 Oct 2023 12:58:56 +0000 (13:58 +0100)
cookbooks/db/recipes/master.rb
test/data_bags/db/passwords.json

index 3a2b30a4ede6a3e12e5836288e8fcee21653f750..a041cce74148a95b7fa60bd8bee351375fae1833 100644 (file)
@@ -57,11 +57,6 @@ postgresql_user "backup" do
   password passwords["backup"]
 end
 
-postgresql_user "gpximport" do
-  cluster node[:db][:cluster]
-  password passwords["gpximport"]
-end
-
 postgresql_user "munin" do
   cluster node[:db][:cluster]
   password passwords["munin"]
index f509c5ff047438af30fe79cc5f6a082045c2589c..6e381c752ffced29014a1be7437316f1fb23c461 100644 (file)
@@ -6,7 +6,6 @@
   "planetdump": "planetdump-password",
   "planetdiff": "planetdiff-password",
   "backup": "backup-password",
-  "gpximport": "gpximport-password",
   "munin": "munin-password",
   "replication": "replication-password"
 }