From: Stephen Gran Date: Sun, 26 Apr 2009 15:46:07 +0000 (+0100) Subject: Need to have nodeinfo defined before loading the motd class, apparently X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=16cfa9ab0feedbbc5d665095c657544bec9888df;p=mirror%2Fdsa-puppet.git Need to have nodeinfo defined before loading the motd class, apparently Signed-off-by: Stephen Gran --- diff --git a/manifests/site.pp b/manifests/site.pp index c8d8cd5eb..f0ed66069 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -19,10 +19,11 @@ node default { include debian-org include monit include samhain - include motd $nodeinfo = nodeinfo($fqdn, "/etc/puppet/modules/debian-org/misc/local.yaml") + include motd + case $smartarraycontroller { "true": { include debian-proliant } default: {}