2 require => File['/etc/apt/apt.conf.d/local-recommends']
13 path => '/usr/bin:/usr/sbin:/bin:/sbin'
22 # we really should rename this one
26 # this is magic: it will include whatever classes says we should
27 # include, based on the value of the "classes" array
28 hiera_include('classes')
30 include roles::pubsub::client
31 class { 'roles::udldap::client':
35 if getfromhash($deprecated::nodeinfo, 'ganeti') {
39 if $::kernel == 'Linux' {
44 if $::hostname in [buxtehude,milanollo,lw01,lw02,lw03,lw04,lw09,lw10,senfter,gretchaninov,sibelius] {
56 if $::hostname in [geo3,wieck] {
57 include debian_org::radvd
61 munin::check { 'spamassassin': }
64 if $::hostname == 'pkgmirror-csail' {
65 include varnish_pkgmirror
69 if ! defined(Class['apache2']) {
70 fail('We have apache installed but no role pulled it in.')