]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
Use IP address rather than hostname
authorPeter Palfrader <peter@palfrader.org>
Tue, 31 Jul 2012 22:00:21 +0000 (00:00 +0200)
committerPeter Palfrader <peter@palfrader.org>
Tue, 31 Jul 2012 22:00:21 +0000 (00:00 +0200)
modules/bacula/manifests/init.pp

index d57280de0d22831c9edc98f39318136c95bc4dba..740ba7f7b5f742441d5f5299cbb2d0f339db1736 100644 (file)
@@ -10,7 +10,9 @@ class bacula {
        $bacula_filestor_device   = 'FileStorage'
        $bacula_pool_name         = 'debian'
 
-       $bacula_director_address  = 'dinis.debian.org'
+       # $bacula_director_address  = 'dinis.debian.org'
+       # use IP address for ferm.
+       $bacula_director_address  = '206.12.19.139'
        $bacula_director_port     = 9101
        $bacula_storage_address   = 'beethoven.debian.org'
        $bacula_storage_port      = 9103