]> git.openstreetmap.org Git - chef.git/commitdiff
Remove a couple of requests for legacy certificates
authorTom Hughes <tom@compton.nu>
Sun, 19 Feb 2017 19:38:44 +0000 (19:38 +0000)
committerTom Hughes <tom@compton.nu>
Sun, 19 Feb 2017 19:38:44 +0000 (19:38 +0000)
cookbooks/blog/recipes/default.rb
cookbooks/donate/recipes/default.rb

index 33e34dbb742067243d00cd8f1eb1ab0aedb96ec4..082c34bf929b7ebc4ab481f97dee29cb6aecf514 100644 (file)
@@ -17,8 +17,6 @@
 # limitations under the License.
 #
 
-node.default[:ssl][:certificates] = node[:ssl][:certificates] | ["osmfoundation"]
-
 include_recipe "wordpress"
 
 passwords = data_bag_item("blog", "passwords")
index 1c0a436f0266f873a27f36d187691bfb499f3872..6cfde3722739edf9c9bc32a1896eaa8143f004fb 100644 (file)
@@ -17,8 +17,6 @@
 # limitations under the License.
 #
 
-node.default[:ssl][:certificates] = node[:ssl][:certificates] | ["openstreetmap"]
-
 include_recipe "apache::ssl"
 include_recipe "mysql"
 include_recipe "git"