]> git.openstreetmap.org Git - chef.git/commitdiff
Install pbzip2 on taginfo server. Future versions will use it.
authorJochen Topf <jochen@topf.org>
Fri, 12 Aug 2016 14:37:56 +0000 (16:37 +0200)
committerJochen Topf <jochen@topf.org>
Fri, 12 Aug 2016 14:37:56 +0000 (16:37 +0200)
cookbooks/taginfo/recipes/default.rb

index fd8b6cac9a5d4800f274f1d8a065cb35094ed321..ec62ae45a776d49c14ff289491ca4ddc8cff451f 100644 (file)
@@ -39,6 +39,7 @@ package "g++"
 package "sqlite3"
 package "osmosis"
 package "curl"
 package "sqlite3"
 package "osmosis"
 package "curl"
+package "pbzip2"
 
 ruby_version = node[:passenger][:ruby_version]
 
 
 ruby_version = node[:passenger][:ruby_version]