Skip to content

Commit

Permalink
Remove Qpid
Browse files Browse the repository at this point in the history
  • Loading branch information
ehelms committed Feb 21, 2024
1 parent 872708e commit 83e9e6e
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 69 deletions.
4 changes: 1 addition & 3 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
# $candlepin_db_ssl_ca:: The CA certificate to verify the SSL connection to the database with
#
# $candlepin_manage_db:: Boolean indicating whether a database should be installed, this includes db creation and user
#
#
# $candlepin_loggers:: Configure the Candlepin loggers
#
# $rest_client_timeout:: Timeout for Katello rest API
Expand Down Expand Up @@ -83,6 +83,4 @@
artemis_client_dn => $katello::application::artemis_client_dn,
loggers => $candlepin_loggers,
}

class { 'katello::qpid': }
}
10 changes: 0 additions & 10 deletions manifests/qpid.pp

This file was deleted.

4 changes: 0 additions & 4 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@
"name": "katello/certs",
"version_requirement": ">= 15.0.0 < 18.0.0"
},
{
"name": "katello/qpid",
"version_requirement": ">= 8.0.0 < 12.0.0"
},
{
"name": "theforeman/foreman",
"version_requirement": ">= 17.0.0 < 25.0.0"
Expand Down
32 changes: 0 additions & 32 deletions spec/acceptance/qpid_spec.rb

This file was deleted.

1 change: 0 additions & 1 deletion spec/classes/init_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
it { is_expected.to compile.with_all_deps }
it { is_expected.to contain_class('katello::candlepin').with_artemis_client_dn('CN=foo.example.com, OU=PUPPET, O=FOREMAN, ST=North Carolina, C=US') }
it { is_expected.to contain_class('katello::application') }
it { is_expected.to contain_class('katello::qpid') }
it { is_expected.to contain_package('rubygem-katello').that_requires('Class[candlepin]') }
it { is_expected.to contain_package('katello') }
end
Expand Down
19 changes: 0 additions & 19 deletions spec/classes/qpid_spec.rb

This file was deleted.

0 comments on commit 83e9e6e

Please sign in to comment.