X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/2ac0e59a7e95fc697d1673c11f8f2f0ce125f725..7571b30bd8b7765fef1e1568169b90a03567d91c:/roles/web.rb diff --git a/roles/web.rb b/roles/web.rb index 7a6c8a6c1..dce003b3d 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]" )