X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/a9217ac515784c7f203e76b8885acb85a3934979..21958591555b0b80370e944e3128ac5d533c281d:/cookbooks/exim/recipes/default.rb diff --git a/cookbooks/exim/recipes/default.rb b/cookbooks/exim/recipes/default.rb index c334f9ced..9c687a3c9 100644 --- a/cookbooks/exim/recipes/default.rb +++ b/cookbooks/exim/recipes/default.rb @@ -53,7 +53,7 @@ execute "/etc/ssl/certs/exim.pem" do end service "exim4" do - action [ :enable, :start ] + action [:enable, :start] supports :status => true, :restart => true, :reload => true subscribes :restart, "execute[/etc/ssl/certs/exim.pem]" end