X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=manifests%2Fsite.pp;h=f9c3c853e072b0eb312bc7205efb3bab8d59d608;hb=1c6d9f50291b8718a539fb933bff4d2502e0b8d9;hp=66236f4b135da63c0f63615480047dfd301d5fd2;hpb=b783bf06da0040034c506ec529a625ed074b1c01;p=dsa-puppet.git diff --git a/manifests/site.pp b/manifests/site.pp index 66236f4b..f9c3c853 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -29,18 +29,23 @@ node default { include ntp include ntpdate include ssl - include motd include hardware include nagios::client include resolv include roles + include motd include unbound include bacula::client + include autofs - if $::hostname in [pasquini,tristano,bertali,boito,byrd,clementi,czerny] { + if $::hostname in [pasquini,tristano,bertali,boito,rossini,dijkstra,luchesi,byrd,clementi,czerny,bm-bl1,bm-bl2,bm-bl3,bm-bl4,bm-bl5,bm-bl6,bm-bl7,bm-bl8,bm-bl9,bm-bl10,bm-bl11,bm-bl12,bm-bl13,bm-bl14] { include ganeti2 } + if $::hostname in [bm-bl1,bm-bl2,bm-bl3,bm-bl4,bm-bl5,bm-bl6,bm-bl7,bm-bl8,bm-bl9,bm-bl10,bm-bl11,bm-bl12,bm-bl13,bm-bl14,rossini,luchesi,dijkstra] { + include multipath + } + if $::hostname == 'dinis' { include bacula::director } else { @@ -92,7 +97,7 @@ node default { include dacs } - if $::hostname in [beethoven,spohr,stabile,beach] { + if $::hostname in [beethoven,spohr,stabile,beach,glinka,milanollo] { include nfs-server } @@ -108,7 +113,9 @@ node default { include portforwarder } - include samhain + if $::samhain { + include samhain + } if $::hostname in [chopin,geo3,soler,wieck] { include debian-org::radvd @@ -122,7 +129,7 @@ node default { munin::check { 'spamassassin': } } - if $::hoster { + if $::hoster { if $::hoster in [ynic] { include lldp }