3 # This class configures a sensible motd
10 file { '/etc/motd.tail':
14 if versioncmp($::lsbmajdistrelease, '9') < 0 {
17 target => '/var/run/motd'
19 file { '/etc/update-motd.d':
23 file { '/etc/update-motd.d/puppet-motd':
26 content => template('motd/motd.erb')
29 file { '/etc/update-motd.d/puppet-motd':
34 content => template('motd/motd.erb')