X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=manifests%2Fsite.pp;h=d8d74907a10d2a3680a478e613ec0a698de8670a;hb=9ea014717bb5a43ef416e03ad07fbe544fb7cbbc;hp=86300969088c9fb4deb139cbf76619016b25e3e9;hpb=e931e24ea345240512fad403c6e17ebb3789c8c2;p=mirror%2Fdsa-puppet.git diff --git a/manifests/site.pp b/manifests/site.pp index 863009690..d8d74907a 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -18,11 +18,11 @@ node default { include sudo include debian-org include monit - include motd include samhain $nodeinfo = nodeinfo($fqdn, "/home/sgran/local.yaml") - debug($nodeinfo) + notice($nodeinfo.class) + notice($nodeinfo) case $smartarraycontroller { "true": { include debian-proliant } @@ -38,9 +38,11 @@ node default { case $hostname { spohr: { include nagios::server + include motd::new } default: { include nagios::client + include motd } }