X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/ccdc824adb8dca90572079f424c03b1db16ec538..8eb231729d6b7e7911668f512b270dadd6223bba:/roles/tilecache.rb diff --git a/roles/tilecache.rb b/roles/tilecache.rb index daaaddf2c..3f3f3f08d 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( + :ssl => { + :certificate => "tile.openstreetmap" + }, :sysctl => { :network_conntrack_time_wait => { :comment => "Only track completed connections for 30 seconds", @@ -20,5 +23,6 @@ default_attributes( run_list( "role[geodns]", + "recipe[ssl]", "recipe[tilecache]" )