X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=manifests%2Fsite.pp;h=bab825db410b304cb1371a1b1bf693774f56143e;hb=368e147f10b8e748f7e171a15568a94d79599039;hp=71dc640e6b1ec418b7612ebb5b08620b8558a6c2;hpb=6662dcaaa84043c8ee2dfd89481fd503d4d8827e;p=mirror%2Fdsa-puppet.git diff --git a/manifests/site.pp b/manifests/site.pp index 71dc640e6..29ac94ff4 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -19,98 +19,53 @@ Service { } node default { - include site - include munin - include syslog-ng - include sudo - include ssh - include debian-org - include monit - include ntp - include ntpdate - include ssl - include motd - include hardware - include nagios::client - include resolv - include roles - include unbound - include bacula::client + # we really should rename this one + include deprecated + include base - if $::hostname in [pasquini,tristano,bertali,boito,byrd] { - include ganeti2 - } + # this is magic: it will include whatever classes says we should + # include, based on the value of the "classes" array + hiera_include('classes') - if $::hostname == 'dinis' { - include bacula::director + include roles::pubsub::client + class { 'roles::udldap::client': + ensure => absent } - if $::hostname == 'beethoven' { - include bacula::storage + if getfromhash($deprecated::nodeinfo, 'ganeti') { + include ganeti2 } - if $::kernel == Linux { + if $::kernel == 'Linux' { include linux - if $::kvmdomain { - include acpi - } - } elsif $::kernel == 'GNU/kFreeBSD' { - include kfreebsd - } - - if $::mta == 'exim4' { - if getfromhash($site::nodeinfo, 'heavy_exim') { - include exim::mx - } else { - include exim - } - } elsif $::mta == 'postfix' { - include postfix - } else { - include exim + include acpi } if $::apache2 { include apache2 } - if $::hostname in [ravel,senfl,orff,draghi,diamond] { - include named::authoritative - } elsif $::hostname in [geo1,geo2,geo3] { - include named::geodns - } - - if $::hostname in [diabelli,nono,spohr] { - include dacs - } - - if $::hostname in [beethoven,spohr,stabile,beach] { - include nfs-server + if $::hostname in [buxtehude,milanollo,lw01,lw02,lw03,lw04,lw09,lw10,senfter,gretchaninov,sibelius] { + include nfs_server } if $::brokenhosts { include hosts } - if $::portforwarder_user_exists { - include portforwarder - } - - include samhain - - if $::hostname in [chopin,geo3,soler,wieck] { - include debian-org::radvd - } - - if ($::postgres84 or $::postgres90) { - include postgres + if $::samhain { + include samhain } - if $::hostname in ['berlioz.debian.org', 'biber.debian.org', 'draghi.debian.org', 'widor.debian.org', 'wolkenstein.debian.org'] { - @@bacula::node { $::fqdn: } + if $::hostname in [geo3,wieck] { + include debian_org::radvd } if $::spamd { munin::check { 'spamassassin': } } + + if $::hostname == 'pkgmirror-csail' { + include varnish_pkgmirror + } }