Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 0f8e5d4

Browse files
committed
rubocop fixes
1 parent 4647eda commit 0f8e5d4

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

libraries/provider_elasticsearch_plugin.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ class Provider
33
class ElasticsearchPlugin < Chef::Provider::LWRPBase
44
use_inline_resources if defined?(use_inline_resources)
55
provides :elasticsearch_plugin if Chef::Provider.respond_to?(:provides)
6-
service_name = 'elasticsearch'
76

87
action :install do
98
home_dir = "#{new_resource.path}/elasticsearch-#{new_resource.version}"

libraries/resource_elasticsearch_plugin.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ class ElasticsearchPlugin < Chef::Resource::LWRPBase
1313
# Plugin
1414
attribute :name, kind_of: String
1515
attribute :path, kind_of: String, default: '/opt/elasticsearch'
16-
1716
end
1817
end
1918
end

0 commit comments

Comments
 (0)