Skip to content

Commit

Permalink
fixed virtual server ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyvn committed Mar 13, 2014
1 parent 776c097 commit 9cdf5fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/lvs/virtual_server.pp
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
concat::fragment { "keepalived.conf_lvs_virtual_server_${name}-footer":
target => "${keepalived::config_dir}/keepalived.conf",
content => "}\n",
order => "251-${name}",
order => "250-${name}",
}

if $collect_exported {
Expand Down

0 comments on commit 9cdf5fe

Please sign in to comment.