X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=manifests%2Fsite.pp;h=0dd85bea1ff2ed1101a3d4e8e9c443dae6a3f774;hb=f647fba18769981e061119ea5a48a73ea0be8157;hp=c1089a87d9ad4594659f6f71add68b0a27fae51b;hpb=062beea02a6a040d7927ad80a2d6489c37cf1672;p=dsa-puppet.git diff --git a/manifests/site.pp b/manifests/site.pp index c1089a87..0dd85bea 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -48,7 +48,7 @@ node default { } } - if $::hostname in [pasquini,tristano,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] {