]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/db/recipes/master.rb
Drop gpximport postgres users that is no longer used
[chef.git] / cookbooks / db / recipes / master.rb
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"]