From e38cfd974e2a3eea81bba51b98142b7e4ee1df76 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 16 Jul 2013 09:25:49 +0100 Subject: [PATCH] Install postgresql-client for psql --- cookbooks/planet/recipes/replication.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cookbooks/planet/recipes/replication.rb b/cookbooks/planet/recipes/replication.rb index 28ca79a33..140859f0e 100644 --- a/cookbooks/planet/recipes/replication.rb +++ b/cookbooks/planet/recipes/replication.rb @@ -21,6 +21,8 @@ include_recipe "osmosis" db_passwords = data_bag_item("db", "passwords") +package "postgresql-client" + package "ruby" package "rubygems" package "ruby-libxml" -- 2.43.2