From 9e799aed8245ef41f316581e90814b5d5a0fcfdd Mon Sep 17 00:00:00 2001 From: Ewoud Kohl van Wijngaarden Date: Mon, 10 Nov 2025 14:04:25 +0100 Subject: [PATCH] Do not enable the plugin by default This plugin always needs configuration to be effective so default to being off. --- settings.d/pulpcore.yml.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.d/pulpcore.yml.example b/settings.d/pulpcore.yml.example index 0e039dd..4310098 100644 --- a/settings.d/pulpcore.yml.example +++ b/settings.d/pulpcore.yml.example @@ -1,5 +1,5 @@ --- -:enabled: true +:enabled: false #:pulp_url: https://localhost/ #:content_app_url: https://localhost:24816/ #:username: admin