]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
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 d3b84bcd9a809a8cc5a72e0197331f32b2a8a926..60da5a9099cf794105f800fcc36b6ba3d712fd12 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 {