From: Peter Palfrader Date: Wed, 31 Jul 2013 12:56:28 +0000 (+0200) Subject: Make bacula backups to backuphost at bytemark for now X-Git-Url: https://git.donarmstrong.com/?p=dsa-puppet.git;a=commitdiff_plain;h=54b3cfe88cd6e52e3029df1a11595dafdb016ae5 Make bacula backups to backuphost at bytemark for now --- diff --git a/manifests/site.pp b/manifests/site.pp index 32b06280..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 } diff --git a/modules/bacula/manifests/init.pp b/modules/bacula/manifests/init.pp index ed53174a..f82ee547 100644 --- a/modules/bacula/manifests/init.pp +++ b/modules/bacula/manifests/init.pp @@ -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'