X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=manifests%2Fsite.pp;h=19359263f4f61c2b5dcdd355ed54f224f97fa54a;hb=7e9f3801f497c8f0a05094e04656f059fc903e56;hp=0089f12084004084a1ef73ce7a8fa8b3de515d1e;hpb=1402f2d5fb51abbf4fe58a5b3085e3fc1a0b596e;p=mirror%2Fdsa-puppet.git diff --git a/manifests/site.pp b/manifests/site.pp index 0089f1208..19359263f 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -34,7 +34,13 @@ node default { include nagios::client include resolv - if $::hostname in [finzi,fano,fasch,field] { + if $::hostname in [pasquini,tristano] { + include ganeti2 + } + + if $::kernel == Linux { + include linux + } elsif $::kernel == 'GNU/kFreeBSD' { include kfreebsd } @@ -48,6 +54,8 @@ node default { } else { include exim } + } else { + include postfix } if $::lsbdistcodename != 'lenny' { @@ -86,6 +94,14 @@ node default { include roles::backports_mirror } + if getfromhash($site::nodeinfo, 'ftp.d.o') { + include roles::ftp + } + + if $::hostname in [bizet,morricone] { + include roles::backports_master + } + if getfromhash($site::nodeinfo, 'apache2_ftp-upcoming_mirror') { include roles::ftp-upcoming_mirror } @@ -106,12 +122,6 @@ node default { include named::recursor } - if $::kernel == 'Linux' { - include ferm - include ferm::per-host - include entropykey - } - if $::hostname in [diabelli,nono,spohr] { include dacs } @@ -142,13 +152,7 @@ node default { munin::check { 'spamassassin': } } - if $::vsftpd { - package { 'logtail': - ensure => installed - } - munin::check { 'vsftpd': } - munin::check { 'ps_vsftpd': - script => 'ps_' - } + if $::hostname in [chopin,franck,ravel] { + include vsftpd } }