storace is new bacula storage host
authorPeter Palfrader <peter@palfrader.org>
Wed, 3 Sep 2014 14:44:09 +0000 (16:44 +0200)
committerPeter Palfrader <peter@palfrader.org>
Wed, 3 Sep 2014 14:44:09 +0000 (16:44 +0200)
manifests/site.pp
modules/bacula/manifests/init.pp

index a3c219c..83e8afd 100644 (file)
@@ -64,7 +64,7 @@ node default {
                }
        }
 
-       if $::hostname == 'backuphost' {
+       if $::hostname == 'storace' {
                include bacula::storage
        }
 
index a4b2103..0cf33bd 100644 (file)
@@ -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'