Skip to content

Commit

Permalink
do not install katello-debug by default
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Jan 10, 2024
1 parent b33257c commit c98f910
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,6 @@

$insights_path = '/redhat_access'

stdlib::ensure_packages('katello-debug')

include certs::foreman_proxy
Class['certs::foreman_proxy'] ~> Service['foreman-proxy']

Expand Down
1 change: 0 additions & 1 deletion spec/classes/foreman_proxy_content_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

context 'without parameters' do
it { is_expected.to compile.with_all_deps }
it { is_expected.to contain_package('katello-debug') }
it { is_expected.to contain_class('foreman_proxy_content::pub_dir') }
it do
is_expected.to contain_class('pulpcore')
Expand Down

0 comments on commit c98f910

Please sign in to comment.