]> git.openstreetmap.org Git - chef.git/blobdiff - roles/tilecache.rb
Rework certificate handling
[chef.git] / roles / tilecache.rb
index 3f3f3f08d6a6a49a6a0cf56fa9eca8f01c5da126..daaaddf2c3d2ca87e5e51b461973a5b8cb908136 100644 (file)
@@ -2,9 +2,6 @@ name "tilecache"
 description "Role applied to all tile cache servers"
 
 default_attributes(
 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",
   :sysctl => {
     :network_conntrack_time_wait => {
       :comment => "Only track completed connections for 30 seconds",
@@ -23,6 +20,5 @@ default_attributes(
 
 run_list(
   "role[geodns]",
 
 run_list(
   "role[geodns]",
-  "recipe[ssl]",
   "recipe[tilecache]"
 )
   "recipe[tilecache]"
 )