]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/logstash/recipes/forwarder.rb
Update formatting of header comments
[chef.git] / cookbooks / logstash / recipes / forwarder.rb
index ea653c8ef5b02efd4c362509a14f3062a934d956..14866558b3fc40e27d33d1b11d2aba7ab8eeacb2 100644 (file)
@@ -1,8 +1,8 @@
 #
 #
-# Cookbook Name:: logstash
+# Cookbook:: logstash
 # Recipe:: default
 #
 # 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.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
 # limitations under the License.
 #
 
 # 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"
 require "yaml"
 
 package "filebeat"