X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=manifests%2Fsite.pp;h=a5c0ced31f68847e157ffcabfe87d7cdc15fa375;hb=ef6096766cebab114509587d10d16afb39bd15b1;hp=8af2f9192f15a2237c96e847f688cd96f0d29a11;hpb=b319b9f348a4deaf87aae506d23133e3c2086e79;p=dsa-puppet.git diff --git a/manifests/site.pp b/manifests/site.pp index 8af2f919..a5c0ced3 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 [ubc-bl7,ubc-bl3,ubc-bl2,ubc-bl6,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 +91,9 @@ node default { } if $::apache2 { - include apache2 + if !($::hostname in [oyens]) { + include apache2 + } } if $::hostname in [geo1,geo2,geo3] { @@ -135,3 +138,4 @@ node default { } } } +