X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=manifests%2Fsite.pp;h=ff7d3cd722cd3459bb2a74e45e591e87e73b403a;hb=c6d25432be0c14289eb3d12d843a9aba9f186bcf;hp=ace4f63b3a37b8a98733a6b43de1d17915c276ff;hpb=108cf6c59c96238bc76eb2150632e21c2c6d3e26;p=mirror%2Fdsa-puppet.git diff --git a/manifests/site.pp b/manifests/site.pp index ace4f63b3..ff7d3cd72 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -57,7 +57,7 @@ node default { } } - if $::hostname == 'beethoven' { + if $::hostname == 'backuphost' { include bacula::storage } @@ -95,11 +95,11 @@ node default { 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] { + if $::hostname in [stabile,beach,glinka,milanollo,rautavaara] { include nfs-server }