From: Jochen Topf Date: Fri, 12 Aug 2016 14:37:56 +0000 (+0200) Subject: Install pbzip2 on taginfo server. Future versions will use it. X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/c9d8619094fe8690974cf4cb8cbc7a316e0d52f6 Install pbzip2 on taginfo server. Future versions will use it. --- diff --git a/cookbooks/taginfo/recipes/default.rb b/cookbooks/taginfo/recipes/default.rb index fd8b6cac9..ec62ae45a 100644 --- a/cookbooks/taginfo/recipes/default.rb +++ b/cookbooks/taginfo/recipes/default.rb @@ -39,6 +39,7 @@ package "g++" package "sqlite3" package "osmosis" package "curl" +package "pbzip2" ruby_version = node[:passenger][:ruby_version]