Put the yaml in the tree and call the right file
[mirror/dsa-puppet.git] / manifests / site.pp
index e8f5dfc..2e636b5 100644 (file)
@@ -18,11 +18,9 @@ node default {
     include sudo
     include debian-org
     include monit
-    include motd
     include samhain
 
-    $nodeinfo = nodeinfo($fqdn, "/home/sgran/local.yaml")
-    notice($nodeinfo)
+    $nodeinfo = nodeinfo($fqdn, "/etc/puppet/modules/debian-org/misc/local.yaml")
 
     case $smartarraycontroller {
         "true":    { include debian-proliant }
@@ -38,9 +36,11 @@ node default {
     case $hostname {
         spohr: {
                       include nagios::server
+                      include motd::new
         }
         default: {
                      include nagios::client
+                      include motd
        }
     }