]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/tilecache/recipes/default.rb
Use multipackage installs throughout
[chef.git] / cookbooks / tilecache / recipes / default.rb
index 0a02e1567edfac8c19ce52df47e44b55b724685d..728d26f49a9ba54206e2f3919b5f31e3485fab56 100644 (file)
@@ -27,8 +27,10 @@ package "apache2" do
   action :remove
 end
 
-package "xz-utils"
-package "openssl"
+package %w[
+  xz-utils
+  openssl
+]
 
 # oathtool for QoS token
 package "oathtool"