X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/d238730589502f424469ecdb2e1f61f087b7ec29..891a36508c7c3bbfe041cb0dd1a39c2f84d0f9ff:/cookbooks/chef/recipes/default.rb diff --git a/cookbooks/chef/recipes/default.rb b/cookbooks/chef/recipes/default.rb index 8402938ea..a27b99cbd 100644 --- a/cookbooks/chef/recipes/default.rb +++ b/cookbooks/chef/recipes/default.rb @@ -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"