diff --git a/modules/openstack_project/manifests/git.pp b/modules/openstack_project/manifests/git.pp index f173d1d1a2..4e7927de25 100644 --- a/modules/openstack_project/manifests/git.pp +++ b/modules/openstack_project/manifests/git.pp @@ -74,7 +74,7 @@ class openstack_project::git ( mode => 'tcp', collect_exported => false, options => { - 'balance' => 'source', + 'balance' => 'leastconn', 'option' => [ 'tcplog', ], @@ -86,7 +86,7 @@ class openstack_project::git ( mode => 'tcp', collect_exported => false, options => { - 'balance' => 'source', + 'balance' => 'leastconn', 'option' => [ 'tcplog', ], @@ -100,7 +100,7 @@ class openstack_project::git ( options => { 'maxconn' => '32', 'backlog' => '64', - 'balance' => 'source', + 'balance' => 'leastconn', 'option' => [ 'tcplog', ],