Use fqdn as the client name, at least for now
authorTollef Fog Heen <tfheen@err.no>
Sat, 16 Jun 2012 14:57:33 +0000 (16:57 +0200)
committerTollef Fog Heen <tfheen@err.no>
Sat, 16 Jun 2012 14:57:33 +0000 (16:57 +0200)
modules/bacula/manifests/bacula.pp

index 9dde19d..d3b84bc 100644 (file)
@@ -4,7 +4,7 @@ class bacula {
 
   $bacula_director_name     = "debian-dir"
   $bacula_storage_name      = "debian-sd"
-  $bacula_client_name       = "$hostname-fd"
+  $bacula_client_name       = "$fqdn-fd"
   $bacula_monitor_name      = "debian-mon"
   $bacula_filestor_name     = "File"
   $bacula_filestor_device   = "FileStorage"