From: Peter Palfrader Date: Wed, 8 Apr 2009 22:45:52 +0000 (+0200) Subject: include the buildd class for malo X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=9b016f8debf32466af58d5d469c39fd332d8be12;p=mirror%2Fdsa-puppet.git include the buildd class for malo --- diff --git a/manifests/site.pp b/manifests/site.pp index e6ba84d87..b0aadc667 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -43,6 +43,12 @@ node default { } } default: {} } + + case $hostname { + malo: { include buildd } + default: {} + } + } node penalosa inherits default {