X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;ds=sidebyside;f=manifests%2Fsite.pp;h=ab6fd7dc66a8265d5a0c54883a4fd1e6a073161a;hb=e8d79a6157e8a9c453af72e41de7cb7c95bb46ee;hp=5f31bc52c0c0b82b13e7779c14261dde5dba56c4;hpb=269506f4903c881dfe71a9e383cf459b192488f1;p=mirror%2Fdsa-puppet.git diff --git a/manifests/site.pp b/manifests/site.pp index 5f31bc52c..ab6fd7dc6 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -57,7 +57,7 @@ node default { } } - if $::hostname == 'beethoven' { + if $::hostname == 'backuphost' { include bacula::storage } @@ -86,20 +86,20 @@ node default { include apache2 } - if $::hostname in [ravel,senfl,orff,draghi,diamond,rietz] { + if $::hostname in [ravel,senfl,orff,diamond,rietz,denis] { include named::authoritative } elsif $::hostname in [geo1,geo2,geo3] { include named::geodns } - if $::hostname in [orff] { + if $::hostname in [orff, denis] { include dnsextras::entries } - if $::hostname in [diabelli,nono,spohr] { + if $::hostname in [diabelli,nono] { include dacs } - if $::hostname in [beethoven,spohr,stabile,beach,glinka,milanollo,rautavaara] { + if $::hostname in [stabile,beach,glinka,milanollo,rautavaara] { include nfs-server }