X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/a7d96c8358a00088b485fadb5966eb4b231d2ff1..09e5083a36632d53e388446d0517a5c2bccd2b24:/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",