]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
Add address too
authorTollef Fog Heen <tfheen@err.no>
Sat, 16 Jun 2012 09:26:38 +0000 (11:26 +0200)
committerTollef Fog Heen <tfheen@err.no>
Sat, 16 Jun 2012 09:26:38 +0000 (11:26 +0200)
modules/bacula/templates/per-client.conf.erb

index 215923ccd3113e4057b7d8fc94217a70e4ae34f1..f8b488d3577a42b0a3f54fa1a26a3a3c64cc290a 100644 (file)
@@ -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 %>"