]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
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 32b06280f8cf0e26b79358790f13e022c3aa83d0..ff7d3cd722cd3459bb2a74e45e591e87e73b403a 100644 (file)
@@ -57,7 +57,7 @@ node default {
                }
        }
 
-       if $::hostname == 'beethoven' {
+       if $::hostname == 'backuphost' {
                include bacula::storage
        }
 
index ed53174a0ef424ccf1c3da3957bd18d55241c3ce..f82ee547489a76ec7c0e454120f08e14270e9fa0 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'