]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/postgresql/attributes/default.rb
nominatim: add deployment with python frontend
[chef.git] / cookbooks / postgresql / attributes / default.rb
index 54a224345121ac15af47adaac4d686ecdc1a3d62..88942aa6f8bc85525719a67f72ad21163ba55162 100644 (file)
@@ -1,6 +1,6 @@
 default[:postgresql][:versions] = []
 default[:postgresql][:clusters] = {}
-default[:postgresql][:monitor_tables] = true
+default[:postgresql][:monitor_database] = "postgres"
 default[:postgresql][:settings][:defaults][:port] = "5432"
 default[:postgresql][:settings][:defaults][:max_connections] = "100"
 default[:postgresql][:settings][:defaults][:ssl] = "true"