From: Stephen Gran Date: Sun, 26 Apr 2009 15:24:16 +0000 (+0100) Subject: Let's try actually overriding instead of just redefining X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=2f64a1f6b63794c2affc2326d19334529802a4b1;p=dsa-puppet.git Let's try actually overriding instead of just redefining Signed-off-by: Stephen Gran --- diff --git a/modules/motd/manifests/new.pp b/modules/motd/manifests/new.pp index dbbcb278..35826a97 100644 --- a/modules/motd/manifests/new.pp +++ b/modules/motd/manifests/new.pp @@ -1,5 +1,5 @@ class motd::new inherits motd { - file { "/etc/motd.tail": + File ["/etc/motd.tail"] { notify => Exec["updatemotd"], content => template("motd-new.erb") ; }