From ddffb9475c65e898f4cc4e7a12f729aa511e269d Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Wed, 3 Sep 2014 16:44:09 +0200 Subject: [PATCH] storace is new bacula storage host --- 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 a3c219cc0..83e8afd0f 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -64,7 +64,7 @@ node default { } } - if $::hostname == 'backuphost' { + if $::hostname == 'storace' { include bacula::storage } diff --git a/modules/bacula/manifests/init.pp b/modules/bacula/manifests/init.pp index a4b210341..0cf33bdc4 100644 --- a/modules/bacula/manifests/init.pp +++ b/modules/bacula/manifests/init.pp @@ -14,7 +14,7 @@ class bacula { $bacula_director_ip = '5.153.231.19' $bacula_director_address = 'dinis.debian.org' $bacula_director_port = 9101 - $bacula_storage_address = 'backuphost.debian.org' + $bacula_storage_address = 'storace.debian.org' $bacula_storage_port = 9103 $bacula_client_port = 9102 $bacula_db_address = 'danzi.debian.org' -- 2.20.1