]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/ntp/recipes/default.rb
chrony: online sources on chef runs
[chef.git] / cookbooks / ntp / recipes / default.rb
index 1f875cdcc83e6a41af8ce0516a42c27c4ab6bf5c..1a762f6d1adaa81f2e8cccd2928eff0bf4c3cf7f 100644 (file)
@@ -62,3 +62,11 @@ service "chrony" do
 end
 
 munin_plugin "chrony"
+
+# chrony occasionally marks all servers offline during a network outage.
+# force online all sources during a chef run
+execute "chronyc-online" do
+  command "/usr/bin/chronyc online"
+  user "root"
+  group "root"
+end