syntax
authorStephen Gran <steve@lobefin.net>
Sun, 26 Apr 2009 15:25:04 +0000 (16:25 +0100)
committerStephen Gran <steve@lobefin.net>
Sun, 26 Apr 2009 15:25:04 +0000 (16:25 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/motd/manifests/new.pp

index 35826a9..8a8d5a9 100644 (file)
@@ -1,6 +1,6 @@
 class motd::new inherits motd {
        File ["/etc/motd.tail"] {
                 notify  => Exec["updatemotd"],
-                content => template("motd-new.erb") ;
+                content => template("motd-new.erb")
        }
 }