summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/chef/platform/provider_mapping.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/chef/platform/provider_mapping.rb b/lib/chef/platform/provider_mapping.rb
index 7f79c38a6a..c14b721c60 100644
--- a/lib/chef/platform/provider_mapping.rb
+++ b/lib/chef/platform/provider_mapping.rb
@@ -26,7 +26,6 @@ require 'chef/version_constraint/platform'
# Therefore, we do the includes inline rather than up top.
require 'chef/provider'
-
class Chef
class Platform
@@ -223,7 +222,7 @@ class Chef
:ifconfig => Chef::Provider::Ifconfig::Redhat
},
"< 7" => {
- :service => Chef::Provider::Service::Systemd
+ :service => Chef::Provider::Service::Redhat
}
},
:ibm_powerkvm => {