b9ebccc004beb0d1708901a9601a927a723f2620
[mirror/dsa-puppet.git] / modules / site / manifests / init.pp
1 class site {
2
3         $localinfo = yamlinfo('*', '/etc/puppet/modules/debian-org/misc/local.yaml')
4         $nodeinfo  = nodeinfo($::fqdn, '/etc/puppet/modules/debian-org/misc/local.yaml')
5         $allnodeinfo = allnodeinfo('sshRSAHostKey ipHostNumber', 'purpose mXRecord physicalHost purpose')
6         notice( sprintf('hoster for %s is %s', $::fqdn, getfromhash($nodeinfo, 'hoster', 'name') ) )
7         notice( sprintf('facter hoster for %s is %s', $::fqdn, $::hoster) )
8
9         service { 'procps':
10                 hasstatus   => false,
11                 status      => '/bin/true',
12         }
13 }