X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/5e86b9ccd06109e97e2a66eac4df878c4062b6a2..5b61dc78ec8857086174b99aa68ec7ee7f439e0b:/roles/tilecache.rb diff --git a/roles/tilecache.rb b/roles/tilecache.rb index daaaddf2c..bbabdea11 100644 --- a/roles/tilecache.rb +++ b/roles/tilecache.rb @@ -2,6 +2,9 @@ name "tilecache" description "Role applied to all tile cache servers" default_attributes( + :apt => { + :sources => [ "nginx" ] + }, :sysctl => { :network_conntrack_time_wait => { :comment => "Only track completed connections for 30 seconds",