Let's try actually overriding instead of just redefining
authorStephen Gran <steve@lobefin.net>
Sun, 26 Apr 2009 15:24:16 +0000 (16:24 +0100)
committerStephen Gran <steve@lobefin.net>
Sun, 26 Apr 2009 15:24:16 +0000 (16:24 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/motd/manifests/new.pp

index dbbcb27..35826a9 100644 (file)
@@ -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") ;
        }