X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/a8f13843566b5a52e7fd5eeff54c1939229483ac..dc88c4068c574ea04d3085c8d8b0b80660688db7:/cookbooks/ntp/recipes/default.rb diff --git a/cookbooks/ntp/recipes/default.rb b/cookbooks/ntp/recipes/default.rb index 1a762f6d1..02c80bc01 100644 --- a/cookbooks/ntp/recipes/default.rb +++ b/cookbooks/ntp/recipes/default.rb @@ -42,7 +42,7 @@ template "/etc/chrony/chrony.conf" do source "chrony.conf.erb" owner "root" group "root" - mode 0o644 + mode "644" notifies :restart, "service[chrony]" end @@ -69,4 +69,5 @@ execute "chronyc-online" do command "/usr/bin/chronyc online" user "root" group "root" + ignore_failure true end