X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=manifests%2Fsite.pp;h=55d18f819bf5313391c9200101b170852458e3ba;hb=2bac5cd16d08f76d19b66c40d386009c24e87b76;hp=c671af50842f97190fbffc705979506ecc428d76;hpb=5b12b51119e520e46e41dcf55485c092876cd702;p=mirror%2Fdsa-puppet.git diff --git a/manifests/site.pp b/manifests/site.pp index c671af508..55d18f819 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -21,10 +21,10 @@ Service { node default { include site include munin - include syslog-ng + include syslog_ng include sudo include ssh - include debian-org + include debian_org include monit include time include ssl @@ -40,6 +40,8 @@ node default { include grub include multipath include popcon + include portforwarder + if $::lsbdistcodename == squeeze { include roles::udldap::client } else { @@ -69,7 +71,7 @@ node default { include bacula::storage } - if $::kernel == Linux { + if $::kernel == 'Linux' { include linux include acpi } elsif $::kernel == 'GNU/kFreeBSD' { @@ -96,7 +98,7 @@ node default { include named::geodns } - if $::hostname in [buxtehude,glinka,milanollo,lw01,lw02,lw03,lw04,senfter,gretchaninov] { + if $::hostname in [buxtehude,milanollo,lw01,lw02,lw03,lw04,senfter,gretchaninov] { include nfs-server } @@ -104,16 +106,12 @@ node default { include hosts } - if $::portforwarder_user_exists { - include portforwarder - } - if $::samhain { include samhain } if $::hostname in [geo3,wieck] { - include debian-org::radvd + include debian_org::radvd } if ($::postgres) { @@ -124,12 +122,6 @@ node default { munin::check { 'spamassassin': } } - if $::hoster { - if $::hoster in [ynic] { - include lldp - } - } - if $::hostname == 'pkgmirror-csail' { include varnish }