Merge "Remove the duplicated word"
This commit is contained in:
commit
71a8722eb3
@ -174,7 +174,7 @@ class tripleo::profile::pacemaker::database::redis (
|
||||
|
||||
# redis slave advertise itself as running on a specific
|
||||
# <localhost:port> that uniquely identifies it. This value is
|
||||
# used by the master as is, and points the the outgoing stunnel
|
||||
# used by the master as is, and points the outgoing stunnel
|
||||
# endpoint to target this slave.
|
||||
|
||||
$local_tuple = $replication_tuples.filter |$tuple| {
|
||||
|
@ -176,7 +176,7 @@ class tripleo::profile::pacemaker::database::redis_bundle (
|
||||
|
||||
# redis slave advertise itself as running on a specific
|
||||
# <localhost:port> that uniquely identifies it. This value is
|
||||
# used by the master as is, and points the the outgoing stunnel
|
||||
# used by the master as is, and points the outgoing stunnel
|
||||
# endpoint to target this slave.
|
||||
|
||||
$local_tuple = $replication_tuples.filter |$tuple| {
|
||||
|
@ -46,7 +46,7 @@ describe 'tripleo::profile::base::neutron' do
|
||||
:dhcp_agents_per_network => 2
|
||||
})
|
||||
end
|
||||
it 'should set the the value' do
|
||||
it 'should set the value' do
|
||||
is_expected.to contain_class('neutron').with(:dhcp_agents_per_network => 2)
|
||||
end
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user