From d88b77fff143ca54e96d6c80a16610be9b6ba474 Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Mon, 16 Apr 2012 20:15:23 +0100 Subject: [PATCH] lose some printf debugging Signed-off-by: Stephen Gran --- modules/site/manifests/init.pp | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/site/manifests/init.pp b/modules/site/manifests/init.pp index 75c7bcd3b..ca4d8a65b 100644 --- a/modules/site/manifests/init.pp +++ b/modules/site/manifests/init.pp @@ -3,8 +3,6 @@ class site { $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, -- 2.20.1