Skip to content

Commit

Permalink
Fixes #37006 - Turn distribute_archived_cvv setting off by default (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
sjha4 authored Sep 16, 2024
1 parent 746bda7 commit 24cd3a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/katello/plugin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,7 @@ def katello_template_setting_values(name)

setting 'distribute_archived_cvv',
type: :boolean,
default: true,
default: false,
full_name: N_('Distribute archived content view versions'),
description: N_("If this is enabled, repositories of content view versions without environments (\"archived\") will be distributed at '/pulp/content/<organization>/content_views/<content view>/X.Y/...'.")

Expand Down

0 comments on commit 24cd3a9

Please sign in to comment.