X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/6a06eb8d968c4846c5afaecb720d4c2f21153f62..f5c510d65c4dd4e530731b927425d2b81286edc5:/cookbooks/db/recipes/master.rb diff --git a/cookbooks/db/recipes/master.rb b/cookbooks/db/recipes/master.rb index 741d94d08..c2d1da024 100644 --- a/cookbooks/db/recipes/master.rb +++ b/cookbooks/db/recipes/master.rb @@ -62,11 +62,6 @@ postgresql_user "backup" do password passwords["backup"] end -postgresql_user "munin" do - cluster node[:db][:cluster] - password passwords["munin"] -end - postgresql_user "replication" do cluster node[:db][:cluster] password passwords["replication"] @@ -197,7 +192,6 @@ PROMETHEUS_PERMISSIONS = { user_mutes user_preferences user_roles - user_tokens users way_nodes way_tags @@ -250,7 +244,6 @@ end user_blocks_id_seq user_mutes_id_seq user_roles_id_seq - user_tokens_id_seq users_id_seq ].each do |sequence| postgresql_sequence sequence do