X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=manifests%2Fsite.pp;h=b9382e2606f90e215466b0c42918bd5faffce49a;hb=87db6fdf68db406ed80a5d6c8bf89e4f4428b365;hp=46becc707a9ba88b902302c7450f810760fa149c;hpb=9c2c9e0a88142537050bf99c40dc64696adcf72d;p=dsa-puppet.git diff --git a/manifests/site.pp b/manifests/site.pp index 46becc70..b9382e26 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 } @@ -96,6 +96,10 @@ node default { include nfs-server } + if $::hostname == 'vieuxtemps' { + include varnish + } + if $::brokenhosts { include hosts } @@ -114,11 +118,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 + } + } }