X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=manifests%2Fsite.pp;h=5b95b0c63d9e4e7053f1800d6f0a46e852444eb0;hb=HEAD;hp=5fc1905f1b055859c841598ff485563fd3f0dc78;hpb=3193d5e3eda80ee925e88997155a298dc6db81bc;p=dsa-puppet.git diff --git a/manifests/site.pp b/manifests/site.pp index 5fc1905f..5b95b0c6 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -38,6 +38,7 @@ node default { include bacula::client include autofs include lvm + include grub include multipath if $::lsbdistcodename == squeeze { include roles::udldap::client @@ -48,7 +49,7 @@ node default { } } - if $::hostname in [pasquini,tristano,bertali,boito,rossini,salieri,dijkstra,luchesi,byrd,clementi,czerny,bm-bl1,bm-bl2,bm-bl3,bm-bl4,bm-bl5,bm-bl6,bm-bl7,bm-bl8,csail-node01,csail-node02,grnet-node01,grnet-node02] { + 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,csail-node01,csail-node02,grnet-node01,grnet-node02] { include ganeti2 } @@ -70,9 +71,7 @@ node default { if $::kernel == Linux { include linux - if $::kvmdomain { - include acpi - } + include acpi } elsif $::kernel == 'GNU/kFreeBSD' { include kfreebsd } @@ -90,7 +89,9 @@ node default { } if $::apache2 { - include apache2 + if !($::hostname in [oyens]) { + include apache2 + } } if $::hostname in [geo1,geo2,geo3] { @@ -101,7 +102,7 @@ node default { # include dacs #} - if $::hostname in [beach,glinka,milanollo,rautavaara,lw01,lw02,lw03,lw04] { + if $::hostname in [beach,glinka,milanollo,lw01,lw02,lw03,lw04] { include nfs-server } @@ -117,7 +118,7 @@ node default { include samhain } - if $::hostname in [chopin,geo3,soler,wieck] { + if $::hostname in [chopin,geo3,wieck] { include debian-org::radvd } @@ -135,3 +136,4 @@ node default { } } } +