From 2f64a1f6b63794c2affc2326d19334529802a4b1 Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Sun, 26 Apr 2009 16:24:16 +0100 Subject: [PATCH] Let's try actually overriding instead of just redefining Signed-off-by: Stephen Gran --- modules/motd/manifests/new.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/motd/manifests/new.pp b/modules/motd/manifests/new.pp index dbbcb2783..35826a971 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") ; } -- 2.20.1