Updated all templates to use instance variables
This commit is contained in:
parent
a0c854d3c0
commit
dc51af1ca2
113 changed files with 527 additions and 522 deletions
|
@ -3,7 +3,7 @@
|
|||
# This file normally goes in /etc/amanda/amanda-client.conf.
|
||||
#
|
||||
|
||||
index_server "<%= amanda_server %>"
|
||||
tape_server "<%= amanda_server %>"
|
||||
index_server "<%= @amanda_server %>"
|
||||
tape_server "<%= @amanda_server %>"
|
||||
auth "ssh"
|
||||
ssh_keys "/var/lib/amanda/.ssh/id_rsa_amrecover"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue