]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/foundation/recipes/owg.rb
Use multipackage installs throughout
[chef.git] / cookbooks / foundation / recipes / owg.rb
index d0dd92a843b4e4d2a2222d90b309053cb665c767..3e0df09bbb5e7e56aba12bba3b24e190452c644b 100644 (file)
 include_recipe "apache"
 include_recipe "git"
 
-package "ruby"
-package "ruby-dev"
+package %w[
+  ruby
+  ruby-dev
+]
 
 gem_package "bundler"