]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/ntp/recipes/default.rb
chrony: safe to ignore online failures
[chef.git] / cookbooks / ntp / recipes / default.rb
index 1a762f6d1adaa81f2e8cccd2928eff0bf4c3cf7f..da5ff81933b24920121cc6a8c6bee384aa678018 100644 (file)
@@ -69,4 +69,5 @@ execute "chronyc-online" do
   command "/usr/bin/chronyc online"
   user "root"
   group "root"
+  ignore_failure true
 end