Make bacula backups to backuphost at bytemark for now
authorPeter Palfrader <peter@palfrader.org>
Wed, 31 Jul 2013 12:56:28 +0000 (14:56 +0200)
committerPeter Palfrader <peter@palfrader.org>
Wed, 31 Jul 2013 12:56:28 +0000 (14:56 +0200)
manifests/site.pp
modules/bacula/manifests/init.pp

index 32b0628..ff7d3cd 100644 (file)
@@ -57,7 +57,7 @@ node default {
                }
        }
 
-       if $::hostname == 'beethoven' {
+       if $::hostname == 'backuphost' {
                include bacula::storage
        }
 
index ed53174..f82ee54 100644 (file)
@@ -14,7 +14,7 @@ class bacula {
        $bacula_director_ip       = '206.12.19.139'
        $bacula_director_address  = 'dinis.debian.org'
        $bacula_director_port     = 9101
-       $bacula_storage_address   = 'beethoven.debian.org'
+       $bacula_storage_address   = 'backuphost.debian.org'
        $bacula_storage_port      = 9103
        $bacula_client_port       = 9102
        $bacula_db_address        = 'danzi.debian.org'