X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/a2cc61fc04a3f25bd5bb5d64ffa5fceca252c4a3..49e90bd4f3154ad5b3a542c7aad648b008dfe844:/cookbooks/tools/recipes/default.rb diff --git a/cookbooks/tools/recipes/default.rb b/cookbooks/tools/recipes/default.rb index b5e12de2c..ed0fe222a 100644 --- a/cookbooks/tools/recipes/default.rb +++ b/cookbooks/tools/recipes/default.rb @@ -74,3 +74,11 @@ end service "cron" do action [:enable, :start] end + +# Ubuntu MOTD adverts be-gone +template "/etc/default/motd-news" do + source "motd-news.erb" + owner "root" + group "root" + mode "644" +end