X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=manifests%2Fsite.pp;h=9bf2eb83470fd9e6db582c61cdc94c4d1c0eaf64;hb=631a1380aac17d816e1e24401d75d883e7ebf897;hp=12e8e51e3cb4bb2022a62570425b0c5693bc7720;hpb=f0d858deeb7bde33c40bb6a644a0101565d277be;p=mirror%2Fdsa-puppet.git diff --git a/manifests/site.pp b/manifests/site.pp index 12e8e51e3..9bf2eb834 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -44,6 +44,7 @@ node default { include postgres include haveged include huge_mem + include tcp_bbr if $::lsbdistcodename == squeeze { include roles::udldap::client @@ -54,15 +55,13 @@ node default { } } - if $::hostname in [ubc-bl7,ubc-bl3,ubc-bl2,ubc-bl6,ubc-bl8,ubc-bl4,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,csail-node01,csail-node02,grnet-node01,grnet-node02,ubc-enc2bl01,ubc-enc2bl02,ubc-enc2bl09,ubc-enc2bl10,conova-node01,conova-node02] { + if getfromhash($site::nodeinfo, 'ganeti') { include ganeti2 } if $::kernel == 'Linux' { include linux include acpi - } elsif $::kernel == 'GNU/kFreeBSD' { - include kfreebsd } if $::mta == 'exim4' { @@ -85,7 +84,7 @@ node default { include named::geodns } - if $::hostname in [buxtehude,milanollo,lw01,lw02,lw03,lw04,senfter,gretchaninov,sibelius] { + if $::hostname in [buxtehude,milanollo,lw01,lw02,lw03,lw04,lw09,lw10,senfter,gretchaninov,sibelius] { include nfs_server } @@ -106,6 +105,6 @@ node default { } if $::hostname == 'pkgmirror-csail' { - include varnish + include varnish_pkgmirror } }