Make bacula backups to backuphost at bytemark for now
[mirror/dsa-puppet.git] / manifests / site.pp
index 2f6d8b3..ff7d3cd 100644 (file)
@@ -57,7 +57,7 @@ node default {
                }
        }
 
-       if $::hostname == 'beethoven' {
+       if $::hostname == 'backuphost' {
                include bacula::storage
        }
 
@@ -99,7 +99,7 @@ node default {
                include dacs
        }
 
-       if $::hostname in [beethoven,stabile,beach,glinka,milanollo,rautavaara] {
+       if $::hostname in [stabile,beach,glinka,milanollo,rautavaara] {
                include nfs-server
        }