X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=manifests%2Fsite.pp;h=8ef2c6c087583a25fef6408f26ae4895d66ae1de;hb=a4dabb79eceb2d5fe8d9813600258efcfe90c278;hp=46becc707a9ba88b902302c7450f810760fa149c;hpb=9c2c9e0a88142537050bf99c40dc64696adcf72d;p=dsa-puppet.git diff --git a/manifests/site.pp b/manifests/site.pp index 46becc70..8ef2c6c0 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,rossini] { 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 } @@ -104,7 +108,9 @@ node default { include portforwarder } - include samhain + if $::samhain { + include samhain + } if $::hostname in [chopin,geo3,soler,wieck] { include debian-org::radvd @@ -114,11 +120,13 @@ node default { 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 + } + } }