From 16cfa9ab0feedbbc5d665095c657544bec9888df Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Sun, 26 Apr 2009 16:46:07 +0100 Subject: [PATCH] Need to have nodeinfo defined before loading the motd class, apparently Signed-off-by: Stephen Gran --- manifests/site.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifests/site.pp b/manifests/site.pp index c8d8cd5e..f0ed6606 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: {} -- 2.39.2