X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/a8f13843566b5a52e7fd5eeff54c1939229483ac..8ec2edd6785034a80e1cf4047239e7dd2ddcf174:/cookbooks/ntp/recipes/default.rb diff --git a/cookbooks/ntp/recipes/default.rb b/cookbooks/ntp/recipes/default.rb index 1a762f6d1..da5ff8193 100644 --- a/cookbooks/ntp/recipes/default.rb +++ b/cookbooks/ntp/recipes/default.rb @@ -69,4 +69,5 @@ execute "chronyc-online" do command "/usr/bin/chronyc online" user "root" group "root" + ignore_failure true end