]> git.openstreetmap.org Git - chef.git/blob - cookbooks/tools/templates/default/motd-news.erb
Merge branch 'patch-2' of https://github.com/Tigerfell/chef into pr257
[chef.git] / cookbooks / tools / templates / default / motd-news.erb
1 # DO NOT EDIT - This file is being maintained by Chef
2
3 # Enable/disable the dynamic MOTD news service
4 # This is a useful way to provide dynamic, informative
5 # information pertinent to the users and administrators
6 # of the local system
7 ENABLED=0
8
9 # Configure the source of dynamic MOTD news
10 # White space separated list of 0 to many news services
11 # For security reasons, these must be https
12 # and have a valid certificate
13 # Canonical runs a service at motd.ubuntu.com, and you
14 # can easily run one too
15 URLS="https://motd.ubuntu.com"
16
17 # Specify the time in seconds, you're willing to wait for
18 # dynamic MOTD news
19 # Note that news messages are fetched in the background by
20 # a systemd timer, so this should never block boot or login
21 WAIT=5