X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=manifests%2Fsite.pp;h=9e657d5bc7d10fe867dbcf84e5e941854deb66d9;hb=495710bad4d8b8e0e369844fb9327cf06924ab4c;hp=86300969088c9fb4deb139cbf76619016b25e3e9;hpb=e931e24ea345240512fad403c6e17ebb3789c8c2;p=mirror%2Fdsa-puppet.git diff --git a/manifests/site.pp b/manifests/site.pp index 863009690..9e657d5bc 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -18,11 +18,12 @@ node default { include sudo include debian-org include monit - include motd include samhain + include apt-keys + + $nodeinfo = nodeinfo($fqdn, "/etc/puppet/modules/debian-org/misc/local.yaml") - $nodeinfo = nodeinfo($fqdn, "/home/sgran/local.yaml") - debug($nodeinfo) + include motd case $smartarraycontroller { "true": { include debian-proliant } @@ -46,17 +47,25 @@ node default { 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 }