Skip to content

Commit

Permalink
Merge pull request #49 from vincentbernat/fix/vrrp-script-indent
Browse files Browse the repository at this point in the history
vrrp: fix indentation for track scripts in VRRP instances
  • Loading branch information
arioch committed Oct 14, 2014
2 parents f57be28 + 2561705 commit ff4098c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions templates/vrrp_instance.erb
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,9 @@ vrrp_instance <%= @name %> {
<%- if @track_script -%>

track_script {
<% Array(@track_script).each do |track| %><%= track %>
<%- end -%>
<%- Array(@track_script).each do |track| -%>
<%= track %>
<%- end -%>
}
<%- end -%>

Expand Down

0 comments on commit ff4098c

Please sign in to comment.