X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=manifests%2Fsite.pp;h=ff7d3cd722cd3459bb2a74e45e591e87e73b403a;hb=54b3cfe88cd6e52e3029df1a11595dafdb016ae5;hp=ab482e3ff95e1b87735013be98ab809bc2a638f3;hpb=3faa65a3fc8e4021192dd8c66280a4127febd50c;p=dsa-puppet.git diff --git a/manifests/site.pp b/manifests/site.pp index ab482e3f..ff7d3cd7 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,stabile,beach,glinka,milanollo,rautavaara] { + if $::hostname in [stabile,beach,glinka,milanollo,rautavaara] { include nfs-server }