Skip to content

Commit

Permalink
Read same package_name with apache2
Browse files Browse the repository at this point in the history
  • Loading branch information
jiikko committed Jan 26, 2020
1 parent b64f3cb commit 2491e23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/source.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2491e23

Please sign in to comment.