From: Stephen Gran Date: Sun, 26 Apr 2009 15:09:00 +0000 (+0100) Subject: Name it correctly X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=e3204e8a2617e1fddccfeb5685d6b3c4526a4bc1;p=mirror%2Fdsa-puppet.git Name it correctly Signed-off-by: Stephen Gran --- diff --git a/modules/motd/manifests/new.pp b/modules/motd/manifests/new.pp index 45d06f7e1..dbbcb2783 100644 --- a/modules/motd/manifests/new.pp +++ b/modules/motd/manifests/new.pp @@ -1,4 +1,4 @@ -class motdnew inherits motd { +class motd::new inherits motd { file { "/etc/motd.tail": notify => Exec["updatemotd"], content => template("motd-new.erb") ;