X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=manifests%2Fsite.pp;h=66236f4b135da63c0f63615480047dfd301d5fd2;hb=e63aae24a8102094a9df9cb54b87ff0762679def;hp=e56ca7d112f44be264fb56a366d9d7a78c82bed9;hpb=b9671e1043fdfc5f3aea127f51562dae2e9c9cf6;p=mirror%2Fdsa-puppet.git diff --git a/manifests/site.pp b/manifests/site.pp index e56ca7d11..66236f4b1 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -37,7 +37,7 @@ node default { include unbound include bacula::client - if $::hostname in [pasquini,tristano,bertali,boito,byrd,clementi] { + if $::hostname in [pasquini,tristano,bertali,boito,byrd,clementi,czerny] { include ganeti2 } @@ -82,7 +82,7 @@ node default { include apache2 } - if $::hostname in [ravel,senfl,orff,draghi,diamond] { + if $::hostname in [ravel,senfl,orff,draghi,diamond,rietz] { include named::authoritative } elsif $::hostname in [geo1,geo2,geo3] { include named::geodns @@ -96,6 +96,10 @@ node default { include nfs-server } + if $::hostname == 'vieuxtemps' { + include varnish + } + if $::brokenhosts { include hosts } @@ -110,15 +114,17 @@ node default { include debian-org::radvd } - if ($::postgres84 or $::postgres90) { + if ($::postgres) { include postgres } - if $::hostname in [beethoven, berlioz, biber, diabelli, dinis, draghi, geo3, schumann, soler, widor, wolkenstein] { - @@bacula::node { $::fqdn: } - } - if $::spamd { munin::check { 'spamassassin': } } + + if $::hoster { + if $::hoster in [ynic] { + include lldp + } + } }