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.donarmstrong.com/?a=commitdiff_plain;h=9b016f8debf32466af58d5d469c39fd332d8be12;p=dsa-puppet.git include the buildd class for malo --- diff --git a/manifests/site.pp b/manifests/site.pp index e6ba84d8..b0aadc66 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 {