Skip to content

Commit

Permalink
load_split instead of split
Browse files Browse the repository at this point in the history
  • Loading branch information
Zach Leslie committed Apr 10, 2012
1 parent 5c7b22c commit 458f20b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifests/failover.pp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
$max_response_delay = '30',
$max_unacked_updates = '10',
$mclt = '300',
$split = '128',
$load_split = '128',
$load_balance = '3',
$omapi_key = ''
) {
Expand Down
2 changes: 1 addition & 1 deletion templates/dhcpd.conf.failover.erb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ failover peer "dhcp-failover" {
load balance max seconds <%= load_balance %>;
<% if role == "primary" -%>
mclt <%= mclt %>;
split <%= split %>;
split <%= load_split %>;
<% end -%>
};

0 comments on commit 458f20b

Please sign in to comment.