]> git.openstreetmap.org Git - chef.git/commitdiff
chrony: safe to ignore online failures
authorGrant Slater <git@firefishy.com>
Fri, 19 Jun 2020 00:56:30 +0000 (01:56 +0100)
committerGrant Slater <git@firefishy.com>
Fri, 19 Jun 2020 00:56:30 +0000 (01:56 +0100)
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