From: Tollef Fog Heen Date: Sat, 16 Jun 2012 09:26:38 +0000 (+0200) Subject: Add address too X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=044fafc8663bda7e5b14b3e648d031499a84ae27;p=mirror%2Fdsa-puppet.git Add address too --- diff --git a/modules/bacula/templates/per-client.conf.erb b/modules/bacula/templates/per-client.conf.erb index 215923ccd..f8b488d35 100644 --- a/modules/bacula/templates/per-client.conf.erb +++ b/modules/bacula/templates/per-client.conf.erb @@ -26,6 +26,7 @@ Job { # Client (File Services) to backup Client { Name = <%= bacula_client_name %> + Address = <%= client %> FDPort = <%= bacula_client_port %> Catalog = MyCatalog Password = "<%= bacula_client_secret %>"