From: Stephen Gran Date: Mon, 16 Apr 2012 19:07:10 +0000 (+0100) Subject: more printf debug X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=b4ac9308608e43cf12b4609b57f8dee9b254e049;p=mirror%2Fdsa-puppet.git more printf debug Signed-off-by: Stephen Gran --- 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,