Remove the duplicated word
Change-Id: Ib16459b1f7c8ef2c0e6612c660e31bfb5f2c74fc
This commit is contained in:
parent
5fa71aafc9
commit
de01705140
@ -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| {
|
||||
|
@ -171,7 +171,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…
Reference in New Issue
Block a user