2 description "Role applied to all OWL servers"
 
   7       :yellowbkpk => { :status => :user },
 
   8       :ppawel => { :status => :user },
 
  11         :members => [ :yellowbkpk, :ppawel ]
 
  16         :members => [ :yellowbkpk, :ppawel ]
 
  24     :sources => [ "brightbox-ruby-ng", "ubuntugis-stable", "ubuntugis-unstable" ]
 
  27     :versions => [ "9.1" ],
 
  31         :checkpoint_segments => "30",
 
  32         :checkpoint_completion_target => "0.9",
 
  33         :random_page_cost => "2.0",
 
  34         :log_min_duration_statement => "3000"
 
  43       :comment => "Increase shared memory for postgres",
 
  45         "kernel.shmmax" => 16 * 1024 * 1024 * 1024,
 
  46         "kernel.shmall" => 16 * 1024 * 1024 * 1024 / 4096