From: Peter Palfrader Date: Wed, 26 Jul 2017 09:13:22 +0000 (+0200) Subject: updatemotd exec is not used anywhere anymore. Remove. X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=6c85e519c941708efc164a51004d63c477a8b9b8;p=mirror%2Fdsa-puppet.git updatemotd exec is not used anywhere anymore. Remove. --- diff --git a/modules/motd/manifests/init.pp b/modules/motd/manifests/init.pp index 3a2b697de..3bf224b79 100644 --- a/modules/motd/manifests/init.pp +++ b/modules/motd/manifests/init.pp @@ -32,9 +32,4 @@ class motd { mode => '0555', content => template('motd/motd.erb') } - - exec { 'updatemotd': - command => 'uname -snrvm > /var/run/motd && cat /etc/motd.tail >> /var/run/motd', - refreshonly => true, - } }