From: Tollef Fog Heen Date: Sat, 16 Jun 2012 14:57:33 +0000 (+0200) Subject: Use fqdn as the client name, at least for now X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=40e93e35063b5e94c784303ad2a67e6a2e5310c8;p=mirror%2Fdsa-puppet.git Use fqdn as the client name, at least for now --- diff --git a/modules/bacula/manifests/bacula.pp b/modules/bacula/manifests/bacula.pp index 9dde19d26..d3b84bcd9 100644 --- a/modules/bacula/manifests/bacula.pp +++ b/modules/bacula/manifests/bacula.pp @@ -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"