From: Stephen Gran Date: Thu, 23 Apr 2009 19:10:18 +0000 (+0100) Subject: Here we go X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=c4af4a134197aff1cd778120ea8e00120f7708a6;p=mirror%2Fdsa-puppet.git Here we go Signed-off-by: Stephen Gran --- diff --git a/manifests/site.pp b/manifests/site.pp index fce042a4b..b6f884d32 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -14,6 +14,7 @@ node default { include sudo include debian-org include monit + include motd case $smartarraycontroller { "true": { include debian-proliant } @@ -63,5 +64,4 @@ node default { node penalosa inherits default { include hosts - include motd }