X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/08b1f7e983927743a45656d7ce5a7f5d70a33cf1..437ca67c1d15d1f9994007f36ebd17dd4ecad5c1:/cookbooks/apache/recipes/default.rb diff --git a/cookbooks/apache/recipes/default.rb b/cookbooks/apache/recipes/default.rb index ffa03c34c..925dda5ad 100644 --- a/cookbooks/apache/recipes/default.rb +++ b/cookbooks/apache/recipes/default.rb @@ -54,6 +54,8 @@ end service "apache2" do action [:enable, :start] + retries 2 + retry_delay 10 supports :status => true, :restart => true, :reload => true end