Merge pull request #132 from enovance/bug/130/goneri

let's haproxy managing its reload itself
This commit is contained in:
Emilien Macchi 2014-01-31 08:09:49 -08:00
commit 4a53c6c854
2 changed files with 2 additions and 6 deletions

View File

@ -56,9 +56,7 @@ class cloud::loadbalancer(
$galera_ip = $os_params::galera_ip
){
class { 'haproxy':
manage_service => false,
}
class { 'haproxy': }
class { 'keepalived': }

View File

@ -64,9 +64,7 @@ describe 'cloud::loadbalancer' do
end
it 'configure haproxy server' do
should contain_class('haproxy').with({
'manage_service' => 'false',
})
should contain_class('haproxy')
end # configure haproxy server
it 'configure keepalived server' do