]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
Need to have nodeinfo defined before loading the motd class, apparently
authorStephen Gran <steve@lobefin.net>
Sun, 26 Apr 2009 15:46:07 +0000 (16:46 +0100)
committerStephen Gran <steve@lobefin.net>
Sun, 26 Apr 2009 15:46:07 +0000 (16:46 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
manifests/site.pp

index c8d8cd5ebae8815f89de57eabcd6cfc3bfbee4e9..f0ed6606980f70b13bd5028f5b133405819c2e0c 100644 (file)
@@ -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: {}