From 9b016f8debf32466af58d5d469c39fd332d8be12 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Thu, 9 Apr 2009 00:45:52 +0200 Subject: [PATCH] include the buildd class for malo --- manifests/site.pp | 6 ++++++ 1 file changed, 6 insertions(+) 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 { -- 2.20.1