Signed-off-by: Stephen Gran <steve@lobefin.net>
$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 physicalHost purpose')
- notice( sprintf('hoster for %s is %s', $::fqdn, getfromhash($nodeinfo, 'hoster', 'name') ) )
- notice( sprintf('buildd status for %s is %s', $::fqdn, getfromhash($nodeinfo, 'buildd') ) )
service { 'procps':
hasstatus => false,