X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/cec6b008559440187fe77ab059ad7fdd8a7993a2..ae995f5ddab395f6c4a94b7690f77116c0e7d53e:/cookbooks/tools/recipes/default.rb diff --git a/cookbooks/tools/recipes/default.rb b/cookbooks/tools/recipes/default.rb index 72df47773..80fde7f05 100644 --- a/cookbooks/tools/recipes/default.rb +++ b/cookbooks/tools/recipes/default.rb @@ -37,6 +37,7 @@ package %w[ rsyslog cron locales-all + systemd-coredump ] service "rsyslog" do @@ -80,5 +81,5 @@ template "/etc/default/motd-news" do source "motd-news.erb" owner "root" group "root" - mode 0o644 + mode "644" end