1 name "nominatim-master"
2 description "Role applied to the master nominatim server"
8 :wal_level => "hot_standby",
10 :archive_command => "/bin/cp %p /data/postgresql-archive/%f",
11 :max_wal_senders => "5",
12 :late_authentication_rules => [
13 { :database => "replication", :user => "replication", :address => "146.179.159.164/32" }
20 :enable_backup => true
25 :comment => "WAL Archive",
26 :path => "/data/postgresql-archive",
32 :transfer_logging => false,
43 "recipe[nominatim::master]",