From c9d8619094fe8690974cf4cb8cbc7a316e0d52f6 Mon Sep 17 00:00:00 2001 From: Jochen Topf Date: Fri, 12 Aug 2016 16:37:56 +0200 Subject: [PATCH] Install pbzip2 on taginfo server. Future versions will use it. --- cookbooks/taginfo/recipes/default.rb | 1 + 1 file changed, 1 insertion(+) 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] -- 2.43.2