Merge "Drop unused parameter definition"

This commit is contained in:
Zuul 2023-06-08 15:46:29 +00:00 committed by Gerrit Code Review
commit 0ac71f0aa4
1 changed files with 0 additions and 12 deletions

View File

@ -7,18 +7,6 @@ describe 'swift::storage::server' do
"
end
let :default_params do
{
:devices => '/srv/node',
:owner => 'swift',
:group => 'swift',
:incoming_chmod => 'Du=rwx,g=rx,o=rx,Fu=rw,g=r,o=r',
:outgoing_chmod => 'Du=rwx,g=rx,o=rx,Fu=rw,g=r,o=r',
:max_connections => '25',
:log_requests => true
}
end
shared_examples 'swift::storage::server' do
describe 'with an invalid title' do
let :params do