X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/0a610f5658389e6fa37c8c14330cbdae38b5db65..d54beb537973507b9b63e1636fb9216f3dd0c11a:/roles/web.rb diff --git a/roles/web.rb b/roles/web.rb index 7a6c8a6c1..7427f0526 100644 --- a/roles/web.rb +++ b/roles/web.rb @@ -6,22 +6,19 @@ default_attributes( :users => { :rails => { :status => :role, - :members => [ :tomh, :grant ] + :members => [:tomh, :grant] } } }, - :apt => { - :sources => [ "brightbox-ruby-ng" ] - }, - :nfs => { - "/store/rails" => { :host => "ironbelly", :path => "/store/rails" } + :passenger => { + :pool_idle_time => 0 }, :web => { :status => "online", - :database_host => "db" + :memcached_servers => %w[rails1.ic rails2.ic rails3.ic] } ) run_list( - "recipe[nfs]" + "role[web-db]" )