From: Tom Hughes Date: Tue, 16 Jul 2013 08:25:49 +0000 (+0100) Subject: Install postgresql-client for psql X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/e38cfd974e2a3eea81bba51b98142b7e4ee1df76 Install postgresql-client for psql --- 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"