]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/motd/manifests/new.pp
Lets not blow things up for everybody
[dsa-puppet.git] / modules / motd / manifests / new.pp
index dbbcb278307512c2c4a1944007a8143aa9f9b47b..f0ae9757dd160d487d331b6c65cb1f30176b79c2 100644 (file)
@@ -1,4 +1,8 @@
 class motd::new inherits motd {
+        $str = $nodeinfo.class
+        notice($str)
+        notice($nodeinfo)
+
        file { "/etc/motd.tail":
                 notify  => Exec["updatemotd"],
                 content => template("motd-new.erb") ;