$localinfo = yamlinfo('*', "/etc/puppet/modules/debian-org/misc/local.yaml")
$nodeinfo = nodeinfo($fqdn, "/etc/puppet/modules/debian-org/misc/local.yaml")
$allnodeinfo = allnodeinfo("sshRSAHostKey ipHostNumber", "purpose mXRecord")
- $tmp = getfromhash($nodeinfo, 'hoster', 'name')
- notice( sprintf("hoster for %s is %s", $fqdn, $tmp )
+ notice( sprintf("hoster for %s is %s", $fqdn, getfromhash($nodeinfo, 'hoster', 'name') ) )
include munin-node
include syslog-ng