summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2014-09-17 17:44:06 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2014-09-17 17:44:06 -0700
commit835d00abf82e2f00a3151274929e63158f66b0cc (patch)
tree43a393f17a9a25a65c62c61a70b360cbd5b1fa80
parent6be4df9ac8c108c789162a7d3afa5ba1e4b4e075 (diff)
downloadchef-lcg/rhel6-systemd.tar.gz
switch rhel5/rhel6 back to redhat providerlcg/rhel6-systemd
looks like a fairly bad typo bug snuck in when we switched rhel7 to systemd.
-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 => {