More fqdns
authorTollef Fog Heen <tfheen@err.no>
Sat, 16 Jun 2012 15:01:21 +0000 (17:01 +0200)
committerTollef Fog Heen <tfheen@err.no>
Sat, 16 Jun 2012 15:01:21 +0000 (17:01 +0200)
modules/bacula/manifests/bacula.pp

index d3b84bc..60da5a9 100644 (file)
@@ -23,7 +23,7 @@ class bacula {
   $bacula_director_secret   = hmac("/etc/puppet/secret", "bacula-dir-$hostname")
   $bacula_db_secret         = hmac("/etc/puppet/secret", "bacula-db-$hostname")
   $bacula_storage_secret    = hmac("/etc/puppet/secret", "bacula-sd-$bacula_storage_name")
-  $bacula_client_secret     = hmac("/etc/puppet/secret", "bacula-fd-$hostname")
+  $bacula_client_secret     = hmac("/etc/puppet/secret", "bacula-fd-$fqdn")
   $bacula_monitor_secret    = hmac("/etc/puppet/secret", "bacula-monitor-$bacula_director_name")
 
   package {