X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=manifests%2Fsite.pp;h=93749bfc1505f51c532bbe3966914e279cc9e2a0;hb=991b6ec9c0c8ece2935c922b9c5c315ccde6deb8;hp=f87b9be85910f8faa5085997a384ee41801ceb16;hpb=e8862bd29c97afcdf772f9c689948e958ae71295;p=mirror%2Fdsa-puppet.git diff --git a/manifests/site.pp b/manifests/site.pp index f87b9be85..93749bfc1 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -48,7 +48,7 @@ node default { } } - if $::hostname in [pasquini,ubc-bl3,ubc-bl2,boito,ubc-bl8,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 } @@ -90,7 +90,9 @@ node default { } if $::apache2 { - include apache2 + if !$::hostname in [oyens] { + include apache2 + } } if $::hostname in [geo1,geo2,geo3] {