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