From: Peter Palfrader Date: Wed, 8 Apr 2009 22:53:46 +0000 (+0200) Subject: buildd class on other buildds that already have the file X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=13df7078a7899b21dcabb4f58b9b06414e31af4c;p=mirror%2Fdsa-puppet.git buildd class on other buildds that already have the file --- diff --git a/manifests/site.pp b/manifests/site.pp index b0aadc667..555bf9305 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -45,7 +45,8 @@ node default { } case $hostname { - malo: { include buildd } + brahms,goetz,lafayette,malo,praetorius,puccini: + { include buildd } default: {} }