From: Stephen Gran Date: Sun, 26 Apr 2009 15:12:45 +0000 (+0100) Subject: Nope, that doesn't work either X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=27692c711b51e45a5a51ad5e94b6761eec449043;p=mirror%2Fdsa-puppet.git Nope, that doesn't work either Signed-off-by: Stephen Gran --- diff --git a/modules/motd/manifests/new.pp b/modules/motd/manifests/new.pp index f0ae9757d..dbbcb2783 100644 --- a/modules/motd/manifests/new.pp +++ b/modules/motd/manifests/new.pp @@ -1,8 +1,4 @@ class motd::new inherits motd { - $str = $nodeinfo.class - notice($str) - notice($nodeinfo) - file { "/etc/motd.tail": notify => Exec["updatemotd"], content => template("motd-new.erb") ;