diff --git a/recipes/source.rb b/recipes/source.rb index b45b47d..4be0731 100644 --- a/recipes/source.rb +++ b/recipes/source.rb @@ -22,7 +22,7 @@ when "arch" package "apache" when "rhel" - package "httpd-devel" + package node['apache']['package'] if node['platform_version'].to_f < 6.0 package 'curl-devel' else