]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/motd/manifests/new.pp
syntax
[dsa-puppet.git] / modules / motd / manifests / new.pp
index 35826a971432ac18ac483a5117a7aedd5933ecbd..8a8d5a99fb467f592c0f4e19661152d57b68de09 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")
        }
 }