From 8e07fe0746eede00b88441660d30af08d621e623 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Wed, 2 Mar 2011 18:57:04 +0100 Subject: [PATCH] unless all it really wants is as many ) as ( --- manifests/site.pp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/manifests/site.pp b/manifests/site.pp index cef0b874c..c31385cf9 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -17,8 +17,7 @@ node default { $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 -- 2.20.1