From 54b3cfe88cd6e52e3029df1a11595dafdb016ae5 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Wed, 31 Jul 2013 14:56:28 +0200 Subject: [PATCH] Make bacula backups to backuphost at bytemark for now --- manifests/site.pp | 2 +- modules/bacula/manifests/init.pp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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' -- 2.39.2