From: Stephen Gran Date: Sun, 26 Apr 2009 15:10:31 +0000 (+0100) Subject: what is it returning? X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=9ea014717bb5a43ef416e03ad07fbe544fb7cbbc;p=mirror%2Fdsa-puppet.git what is it returning? Signed-off-by: Stephen Gran --- diff --git a/manifests/site.pp b/manifests/site.pp index 5fb46eaf5..d8d74907a 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -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 }