Merge "Remove the duplicated word"

This commit is contained in:
Zuul 2019-02-06 16:45:40 +00:00 committed by Gerrit Code Review
commit 71a8722eb3
3 changed files with 3 additions and 3 deletions

View File

@ -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| {

View File

@ -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| {

View File

@ -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