lib/katello/plugin.rb in katello-4.13.0.rc1 vs lib/katello/plugin.rb in katello-4.13.0

- old
+ new

@@ -632,10 +632,16 @@ type: :integer, default: 1440, full_name: N_('Orphaned Content Protection Time'), description: N_('Time in minutes before content that is not contained within a repository and has not been accessed is considered orphaned.') + setting 'completed_pulp_task_protection_days', + type: :integer, + default: 30, + full_name: N_('Completed pulp task protection days'), + description: N_('How many days before a completed Pulp task is purged by Orphan Cleanup.') + setting 'remote_execution_prefer_registered_through_proxy', type: :boolean, default: false, full_name: N_('Prefer registered through proxy for remote execution'), description: N_('Prefer using a proxy to which a host is registered when using remote execution') @@ -649,9 +655,15 @@ setting 'distribute_archived_cvv', type: :boolean, default: true, 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/...'.") + + setting 'automatic_content_count_updates', + type: :boolean, + default: true, + full_name: N_('Calculate content counts on smart proxies automatically'), + description: N_("If this is enabled, content counts on smart proxies will be updated automatically after content sync.") end end if Katello.with_remote_execution? RemoteExecutionFeature.register(:katello_package_install, N_("Katello: Install Package"), :description => N_("Install package via Katello interface"), :provided_inputs => ['package'])