Skip to content

Commit 757b4b4

Browse files
author
Darrin Eden
committed
resolve merge conflict (whitespace)
2 parents bec447b + 1e03777 commit 757b4b4

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

recipes/ruby.rb

+7-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,13 @@
4646
node['postgresql']['client']['packages'].each do |pg_pack|
4747
resources("package[#{pg_pack}]").run_action(:install)
4848
end
49-
49+
50+
if ["debian","ubuntu"].include? node['platform']
51+
package "libpq-dev" do
52+
action :nothing
53+
end.run_action(:install)
54+
end
55+
5056
begin
5157
chef_gem "pg"
5258
rescue Gem::Installer::ExtensionBuildError => e

0 commit comments

Comments
 (0)