X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=manifests%2Fsite.pp;h=66236f4b135da63c0f63615480047dfd301d5fd2;hb=b783bf06da0040034c506ec529a625ed074b1c01;hp=6347a8e94e5ad3234a7899b15c96cf4d280f11ab;hpb=a4496a23900af3d62f9cad5a67984c397b1a6e72;p=dsa-puppet.git diff --git a/manifests/site.pp b/manifests/site.pp index 6347a8e9..66236f4b 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] { + 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 ['berlioz', 'biber', 'draghi', 'widor', 'wolkenstein'] { - @@bacula::node { $::fqdn: } - } - if $::spamd { munin::check { 'spamassassin': } } + + if $::hoster { + if $::hoster in [ynic] { + include lldp + } + } }