Add storage daemon class
[mirror/dsa-puppet.git] / modules / bacula / manifests / director.pp
index e4ec300..40720b7 100644 (file)
@@ -39,6 +39,7 @@ class bacula::director inherits bacula {
     # These must be kept in sync with the settings in bacula.pp
     $bacula_client_name       = "${name}-fd"
     $bacula_client_secret     = hmac("/etc/puppet/secret", "bacula-fd-${name}")
+    $client = $name
 
     file {
       "/etc/bacula/conf.d/${name}.conf":