Project

General

Profile

« Previous | Next » 

Revision 122fa601

Added by Stephen Benjamin over 9 years ago

refs #9060 - configure qpid::client with params

View differences:

spec/classes/katello_spec.rb
it { should contain_class('katello::config') }
it { should contain_class('katello::service') }
it "should configure a qpid client" do
should contain_class('qpid::client').
with(:ssl => true,
:ssl_cert_name => 'broker')
end
context 'on setting cdn-ssl-version' do
let :params do
{

Also available in: Unified diff