Skip to content

Commit

Permalink
Merge pull request #37 from git-harry/hfc423
Browse files Browse the repository at this point in the history
Add track_interface for keepalived vrrp config
  • Loading branch information
Apsu committed Nov 10, 2014
2 parents 89d8306 + 11fe55f commit 0b8c208
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/default/vrrp_generic.conf.erb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

vrrp_instance <%= @name.upcase %> {
interface <%= @params["interface"] %>
track_interface {
<%= @params["interface"] %>
}
virtual_router_id <%= @params["virtual_router_id"] %>
state <%= @params["state"] %>
priority <%= @params["priority"] %>
Expand Down

0 comments on commit 0b8c208

Please sign in to comment.