]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/tilecache/recipes/default.rb
Work around issues with older openssl on Ubuntu
[chef.git] / cookbooks / tilecache / recipes / default.rb
index 4015f994104305fa6369d28280691481da9f3ab4..d1486adcf4be06f69bfd92f1f145ae4209a3f811 100644 (file)
@@ -17,6 +17,9 @@
 # limitations under the License.
 #
 
+node.default[:ssl][:certificate] = node[:ssl][:certificate] | [ "tile.openstreetmap" ]
+
+include_recipe "ssl"
 include_recipe "squid"
 
 tilecaches = search(:node, "roles:tilecache").sort_by { |n| n[:hostname] }