]> git.openstreetmap.org Git - chef.git/commitdiff
Manage cgimap postgres user
authorTom Hughes <tom@compton.nu>
Thu, 5 Oct 2023 12:58:38 +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

index a041cce74148a95b7fa60bd8bee351375fae1833..ca6981709acb3c52fa06fd5c4d2804341cf1b614 100644 (file)
@@ -41,6 +41,11 @@ postgresql_user "rails" do
   password passwords["rails"]
 end
 
+postgresql_user "cgimap" do
+  cluster node[:db][:cluster]
+  password passwords["cgimap"]
+end
+
 postgresql_user "planetdump" do
   cluster node[:db][:cluster]
   password passwords["planetdump"]