diff options
author | Andy Thompson <me@andytson.com> | 2014-09-27 13:42:18 +0100 |
---|---|---|
committer | Andy Thompson <me@andytson.com> | 2014-09-27 13:42:18 +0100 |
commit | e2e8c9a66409e7c1dab0bf3177f5ab3b258b9cbf (patch) | |
tree | d57620e8b155a7e9388302d4b8280852000d46df /lib/chef/platform | |
parent | 791232c8e08743447fd2a1bf4eb69b87e5d24c00 (diff) | |
download | chef-e2e8c9a66409e7c1dab0bf3177f5ab3b258b9cbf.tar.gz |
Fix RHEL pre 7 provider service mapping
This is to fix the issue made when the Redhat-based 7 distro
support was added.
Diffstat (limited to 'lib/chef/platform')
-rw-r--r-- | lib/chef/platform/provider_mapping.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/platform/provider_mapping.rb b/lib/chef/platform/provider_mapping.rb index b10fecc53e..0766ccffa7 100644 --- a/lib/chef/platform/provider_mapping.rb +++ b/lib/chef/platform/provider_mapping.rb @@ -223,7 +223,7 @@ class Chef :ifconfig => Chef::Provider::Ifconfig::Redhat }, "< 7" => { - :service => Chef::Provider::Service::Systemd + :service => Chef::Provider::Service::Redhat } }, :ibm_powerkvm => { |