]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
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 a3c219cc06f0bf5b8b0fbd64f68f381562409eea..83e8afd0faff37cbd7b2bb5d4a5467a5a4e5b047 100644 (file)
@@ -64,7 +64,7 @@ node default {
                }
        }
 
-       if $::hostname == 'backuphost' {
+       if $::hostname == 'storace' {
                include bacula::storage
        }
 
index a4b2103414ba6a8413545103c1416698b74e25e8..0cf33bdc4183a542f42e62439ee585a326698e70 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'