]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/exim/recipes/default.rb
Use multipackage installs throughout
[chef.git] / cookbooks / exim / recipes / default.rb
index a74e4d6a508693c77a71b7ef0df74537a6a55ab4..144b62bb37b1ca6194fa473e4ef289407be1cc2a 100644 (file)
 
 include_recipe "networking"
 
-package "exim4"
-package "openssl"
-package "ssl-cert"
+package %w[
+  exim4
+  openssl
+  ssl-cert
+]
 
 package "exim4-daemon-heavy" if File.exist?("/var/run/clamav/clamd.ctl")