]> git.openstreetmap.org Git - chef.git/blobdiff - roles/tilecache.rb
Install the tile.openstreetmap.org certificate on tile servers
[chef.git] / roles / tilecache.rb
index daaaddf2c3d2ca87e5e51b461973a5b8cb908136..3f3f3f08d6a6a49a6a0cf56fa9eca8f01c5da126 100644 (file)
@@ -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]"
 )