]> git.openstreetmap.org Git - chef.git/commitdiff
Make sure ssl-cert is installed for exim
authorTom Hughes <tom@compton.nu>
Tue, 25 Nov 2014 20:22:35 +0000 (20:22 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 25 Nov 2014 20:22:35 +0000 (20:22 +0000)
cookbooks/exim/recipes/default.rb

index 0ebf4206e79b4ee0cfe5094e7fcf23ac3dd1ed6d..af0070bd94dfc67c2a2c33a9d467ead5f06fa234 100644 (file)
@@ -21,6 +21,7 @@ include_recipe "networking"
 
 package "exim4"
 package "openssl"
+package "ssl-cert"
 
 if File.exist?("/var/run/clamav/clamd.ctl")
   package "exim4-daemon-heavy"