projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
060f824
)
Add address too
author
Tollef Fog Heen
<tfheen@err.no>
Sat, 16 Jun 2012 09:26:38 +0000
(11:26 +0200)
committer
Tollef Fog Heen
<tfheen@err.no>
Sat, 16 Jun 2012 09:26:38 +0000
(11:26 +0200)
modules/bacula/templates/per-client.conf.erb
patch
|
blob
|
history
diff --git
a/modules/bacula/templates/per-client.conf.erb
b/modules/bacula/templates/per-client.conf.erb
index
215923c
..
f8b488d
100644
(file)
--- 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 %>"