]> git.openstreetmap.org Git - chef.git/blobdiff - roles/tilecache.rb
nominatim: chef up kernel scheduler tuning
[chef.git] / roles / tilecache.rb
index 3f3f3f08d6a6a49a6a0cf56fa9eca8f01c5da126..bbabdea11b1d37932d610956ea2bb764d688cd55 100644 (file)
@@ -2,8 +2,8 @@ name "tilecache"
 description "Role applied to all tile cache servers"
 
 default_attributes(
-  :ssl => {
-    :certificate => "tile.openstreetmap"
+  :apt => {
+    :sources => [ "nginx" ]
   },
   :sysctl => {
     :network_conntrack_time_wait => {
@@ -23,6 +23,5 @@ default_attributes(
 
 run_list(
   "role[geodns]",
-  "recipe[ssl]",
   "recipe[tilecache]"
 )