X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/e7687ba5011277801d8f0bc433fe192ba9c69ccc..802c8345a5d7084d60e6ba1cc3ab1e6d3ca9e8ea:/cookbooks/chef/recipes/default.rb diff --git a/cookbooks/chef/recipes/default.rb b/cookbooks/chef/recipes/default.rb index 60511bf16..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" @@ -142,8 +137,3 @@ end service "chef-client.timer" do action [:enable, :start] end - -service "chef-client.service" do - action :disable - subscribes :stop, "service[chef-client.timer]" -end