Project

General

Profile

« Previous | Next » 

Revision ae249c6b

Added by Timo Goebel over 6 years ago

candlepin: use own certs for qpid (#215)

View differences:

spec/classes/katello_candlepin_spec.rb
end
it { is_expected.to compile.with_all_deps }
it { is_expected.to contain_class('certs::qpid') }
it { is_expected.to contain_class('certs::candlepin').that_notifies('Service[tomcat]') }
it { is_expected.to contain_class('katello::qpid_client') }
it { is_expected.to contain_class('candlepin') }
end
......
end
it { is_expected.to compile.with_all_deps }
it { is_expected.to contain_class('certs::qpid') }
it { is_expected.to contain_class('certs::candlepin').that_notifies('Service[tomcat]') }
it { is_expected.to contain_class('katello::qpid_client') }
it { is_expected.to contain_class('candlepin') }
end
end

Also available in: Unified diff