Merge pull request #132 from enovance/bug/130/goneri
let's haproxy managing its reload itself
This commit is contained in:
commit
4a53c6c854
@ -56,9 +56,7 @@ class cloud::loadbalancer(
|
||||
$galera_ip = $os_params::galera_ip
|
||||
){
|
||||
|
||||
class { 'haproxy':
|
||||
manage_service => false,
|
||||
}
|
||||
class { 'haproxy': }
|
||||
|
||||
class { 'keepalived': }
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user