X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/a8f13843566b5a52e7fd5eeff54c1939229483ac..1198cc96af6115a360c08e95ecb7654c83f944ef:/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