]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/site/manifests/init.pp
and another
[dsa-puppet.git] / modules / site / manifests / init.pp
index 6ed7fc51d02151357a12c3f90a02289036b4ca34..4d09074a996ced0b55f4627e51f32acc19261b51 100644 (file)
@@ -3,12 +3,10 @@ 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('facter hoster for %s is %s', $::fqdn, $::hoster) )
-       notice( sprintf('hiera resolver for %s is %s', $::fqdn, hiera('nameservers') ) )
 
        service { 'procps':
                hasstatus   => false,
                status      => '/bin/true',
        }
+
 }