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,12 +3,12 @@
|
|||
|
||||
# In the simple scenario, you want a single virtual IP address from the _same_
|
||||
# network to be taken over by one of the routers.
|
||||
VIP_ADDRESS="<%= ipaddr -%>"
|
||||
SOURCE_ADDRESS="<%= ipaddress %>"
|
||||
VIP_ADDRESS="<%= @ipaddr -%>"
|
||||
SOURCE_ADDRESS="<%= @ipaddress %>"
|
||||
|
||||
# In more complex scenarios, check the "vip-common" file for values to override
|
||||
# and how to add options.
|
||||
PASSWORD="<%= password -%>"
|
||||
PASSWORD="<%= @password -%>"
|
||||
|
||||
# Extra options.
|
||||
OPTIONS="<% options.each do |val| -%> <%= val %><% end -%>"
|
||||
OPTIONS="<% @options.each do |val| -%> <%= val %><% end -%>"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue