X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=manifests%2Fsite.pp;h=c8d8cd5ebae8815f89de57eabcd6cfc3bfbee4e9;hb=22446678cf567eb2c458a4dd30ce9c0282f4ad33;hp=5fb46eaf50bfa4c5396e002e8f74611954629c57;hpb=2d587cc2b86996ebe12eb76b1463512374ce9c7d;p=mirror%2Fdsa-puppet.git diff --git a/manifests/site.pp b/manifests/site.pp index 5fb46eaf5..c8d8cd5eb 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -19,8 +19,9 @@ node default { include debian-org include monit include samhain + include motd - $nodeinfo = nodeinfo($fqdn, "/home/sgran/local.yaml") + $nodeinfo = nodeinfo($fqdn, "/etc/puppet/modules/debian-org/misc/local.yaml") case $smartarraycontroller { "true": { include debian-proliant } @@ -36,11 +37,9 @@ node default { case $hostname { spohr: { include nagios::server - include motd::new } default: { include nagios::client - include motd } }