summaryrefslogtreecommitdiff
path: root/lib/chef/provider/service/redhat.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/provider/service/redhat.rb')
-rw-r--r--lib/chef/provider/service/redhat.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/provider/service/redhat.rb b/lib/chef/provider/service/redhat.rb
index 850953125e..0964ef68a0 100644
--- a/lib/chef/provider/service/redhat.rb
+++ b/lib/chef/provider/service/redhat.rb
@@ -32,7 +32,7 @@ class Chef
super && Chef::Platform::ServiceHelpers.service_resource_providers.include?(:redhat)
end
- def self.supports?(resource, action)
+ def self.supports?(resource, _action)
Chef::Platform::ServiceHelpers.config_for_service(resource.service_name).include?(:initd)
end