2 description "Role applied to all database servers"
 
   9         :members => [:tomh, :grant]
 
  14     :unattended_upgrades => {
 
  20       :postgres_connections_openstreetmap => {
 
  26       :postgres_locks_openstreetmap => {
 
  31         :rowexclusivelock => {
 
  39     "/store/rails" => { :host => "ironbelly", :path => "/store/rails" }
 
  45         :listen_addresses => "*",
 
  46         :max_connections => "600",
 
  47         :max_stack_depth => "7MB",
 
  48         :checkpoint_segments => "32",
 
  49         :max_wal_size => "1536MB",
 
  50         :checkpoint_completion_target => "0.8",
 
  51         :cpu_tuple_cost => "0.1",
 
  52         :late_authentication_rules => [
 
  53           { :address => "146.179.159.160/27" },
 
  54           { :address => "10.0.16.0/20" },
 
  55           { :address => "10.0.32.0/20" }
 
  62       :comment => "Only swap in an emergency",