X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=manifests%2Fsite.pp;h=9e657d5bc7d10fe867dbcf84e5e941854deb66d9;hb=495710bad4d8b8e0e369844fb9327cf06924ab4c;hp=d8d74907a10d2a3680a478e613ec0a698de8670a;hpb=9ea014717bb5a43ef416e03ad07fbe544fb7cbbc;p=mirror%2Fdsa-puppet.git diff --git a/manifests/site.pp b/manifests/site.pp index d8d74907a..9e657d5bc 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -19,10 +19,11 @@ node default { include debian-org include monit include samhain + include apt-keys - $nodeinfo = nodeinfo($fqdn, "/home/sgran/local.yaml") - notice($nodeinfo.class) - notice($nodeinfo) + $nodeinfo = nodeinfo($fqdn, "/etc/puppet/modules/debian-org/misc/local.yaml") + + include motd case $smartarraycontroller { "true": { include debian-proliant } @@ -38,27 +39,33 @@ node default { case $hostname { spohr: { include nagios::server - include motd::new } default: { include nagios::client - include motd } } case $apache2 { "true": { case $hostname { - carver,rore,tartini: { include apache2 } + carver,rore,draghi,tartini,samosa,duarte: { include apache2 } default: {} } } default: {} } case $hostname { - ancina,brahms,goedel,goetz,lafayette,malo,praetorius,puccini: + ancina,arcadelt,argento,brahms,goedel,goetz,lafayette,malo,murphy,praetorius,puccini,paer: { include buildd } default: {} } + +# maybe wait for rietz to be upgraded to lenny +# case $hostname { +# rietz,raff,klecker: +# { include named-secondary } +# default: {} +# } + case $hostname { geo1,geo2,geo3: { include geodns }