]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
what is it returning?
authorStephen Gran <steve@lobefin.net>
Sun, 26 Apr 2009 15:10:31 +0000 (16:10 +0100)
committerStephen Gran <steve@lobefin.net>
Sun, 26 Apr 2009 15:10:31 +0000 (16:10 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
manifests/site.pp

index 5fb46eaf50bfa4c5396e002e8f74611954629c57..d8d74907a10d2a3680a478e613ec0a698de8670a 100644 (file)
@@ -21,6 +21,8 @@ node default {
     include samhain
 
     $nodeinfo = nodeinfo($fqdn, "/home/sgran/local.yaml")
+    notice($nodeinfo.class)
+    notice($nodeinfo)
 
     case $smartarraycontroller {
         "true":    { include debian-proliant }