]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
Nope, that doesn't work either
authorStephen Gran <steve@lobefin.net>
Sun, 26 Apr 2009 15:12:45 +0000 (16:12 +0100)
committerStephen Gran <steve@lobefin.net>
Sun, 26 Apr 2009 15:12:45 +0000 (16:12 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/motd/manifests/new.pp

index f0ae9757dd160d487d331b6c65cb1f30176b79c2..dbbcb278307512c2c4a1944007a8143aa9f9b47b 100644 (file)
@@ -1,8 +1,4 @@
 class motd::new inherits motd {
-        $str = $nodeinfo.class
-        notice($str)
-        notice($nodeinfo)
-
        file { "/etc/motd.tail":
                 notify  => Exec["updatemotd"],
                 content => template("motd-new.erb") ;