From: Tom Hughes Date: Sun, 14 Jul 2013 09:33:21 +0000 (+0100) Subject: Install rubygems for the changeset replication script X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/9bb39d8d9dfa583ef2d9218ed8b1f72d5deaa7fb Install rubygems for the changeset replication script --- diff --git a/cookbooks/planet/recipes/replication.rb b/cookbooks/planet/recipes/replication.rb index 8a3061fb4..ac0009aa8 100644 --- a/cookbooks/planet/recipes/replication.rb +++ b/cookbooks/planet/recipes/replication.rb @@ -22,6 +22,7 @@ include_recipe "osmosis" db_passwords = data_bag_item("db", "passwords") package "ruby" +package "rubygems" package "ruby-libxml" gem_package "pg"