From 9bb39d8d9dfa583ef2d9218ed8b1f72d5deaa7fb Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sun, 14 Jul 2013 10:33:21 +0100 Subject: [PATCH] Install rubygems for the changeset replication script --- cookbooks/planet/recipes/replication.rb | 1 + 1 file changed, 1 insertion(+) 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" -- 2.43.2