]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
lose some printf debugging
authorStephen Gran <steve@lobefin.net>
Mon, 16 Apr 2012 19:15:23 +0000 (20:15 +0100)
committerStephen Gran <steve@lobefin.net>
Mon, 16 Apr 2012 19:15:23 +0000 (20:15 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/site/manifests/init.pp

index 75c7bcd3b82994fa350ed3ca5aa624eb370439b1..ca4d8a65b8863c49a8c5377e9336aeafb72af896 100644 (file)
@@ -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,