X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/ae56a522a5782d71b7b758464e2592ac0d2ef07f..70eaccc45b23013cf60449b024bb65bbd34d48ec:/cookbooks/logstash/recipes/forwarder.rb diff --git a/cookbooks/logstash/recipes/forwarder.rb b/cookbooks/logstash/recipes/forwarder.rb index ea653c8ef..14866558b 100644 --- a/cookbooks/logstash/recipes/forwarder.rb +++ b/cookbooks/logstash/recipes/forwarder.rb @@ -1,8 +1,8 @@ # -# Cookbook Name:: logstash +# Cookbook:: logstash # Recipe:: default # -# Copyright 2015, OpenStreetMap Foundation +# Copyright:: 2015, OpenStreetMap Foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -17,18 +17,6 @@ # limitations under the License. # -service "logstash-forwarder" do - action [:disable, :stop] -end - -file "/var/lib/logstash-forwarder/lumberjack.crt" do - action :delete -end - -package "logstash-forwarder" do - action :purge -end - require "yaml" package "filebeat"