]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
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 9dde19d2627b59c49b9b5e024ea678f635aa85ce..d3b84bcd9a809a8cc5a72e0197331f32b2a8a926 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"