]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/taginfo/recipes/default.rb
Install pbzip2 on taginfo server. Future versions will use it.
[chef.git] / cookbooks / taginfo / recipes / default.rb
index fd8b6cac9a5d4800f274f1d8a065cb35094ed321..ec62ae45a776d49c14ff289491ca4ddc8cff451f 100644 (file)
@@ -39,6 +39,7 @@ package "g++"
 package "sqlite3"
 package "osmosis"
 package "curl"
+package "pbzip2"
 
 ruby_version = node[:passenger][:ruby_version]