]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/planet/recipes/replication.rb
Install rubygems for the changeset replication script
[chef.git] / cookbooks / planet / recipes / replication.rb
index 8a3061fb47471802e154399c68fda52b6c787bd4..ac0009aa8b1cf0486867e6a82b1d0d1bd75dc736 100644 (file)
@@ -22,6 +22,7 @@ include_recipe "osmosis"
 db_passwords = data_bag_item("db", "passwords")
 
 package "ruby"
+package "rubygems"
 package "ruby-libxml"
 
 gem_package "pg"