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