]> git.openstreetmap.org Git - chef.git/commitdiff
chef: remove old verisign cert cleanup
authorGrant Slater <github@firefishy.com>
Thu, 30 Nov 2023 11:42:03 +0000 (11:42 +0000)
committerGrant Slater <github@firefishy.com>
Thu, 30 Nov 2023 11:42:03 +0000 (11:42 +0000)
cookbooks/chef/recipes/default.rb

index 8402938eab63f3977bbbf59c5cbf09c8cfa3e6c7..a27b99cbdcc4fcb5c25491f4aaf5f5b1b9208a4f 100644 (file)
@@ -108,11 +108,6 @@ template "/etc/logrotate.d/chef" do
   mode "644"
 end
 
-# Remove the ancient verisign certificate workaround
-file "/etc/chef/trusted_certs/verisign.pem" do
-  action :delete
-end
-
 directory node[:ohai][:plugin_dir] do
   owner "root"
   group "root"