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