]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
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 dbbcb278307512c2c4a1944007a8143aa9f9b47b..35826a971432ac18ac483a5117a7aedd5933ecbd 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") ;
        }