From b4ac9308608e43cf12b4609b57f8dee9b254e049 Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Mon, 16 Apr 2012 20:07:10 +0100 Subject: [PATCH] more printf debug Signed-off-by: Stephen Gran --- modules/site/manifests/init.pp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/site/manifests/init.pp b/modules/site/manifests/init.pp index 21f9576f0..75c7bcd3b 100644 --- a/modules/site/manifests/init.pp +++ b/modules/site/manifests/init.pp @@ -4,8 +4,7 @@ class site { $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('facter hoster for %s is %s', $::fqdn, $::hoster) ) - notice( sprintf('hiera resolver for %s is %s', $::fqdn, join_spc(hiera('nameservers') ) ) ) + notice( sprintf('buildd status for %s is %s', $::fqdn, getfromhash($nodeinfo, 'buildd') ) ) service { 'procps': hasstatus => false, -- 2.20.1