From f46ba8c5b1c7bfd443ff0b1d552fb856f25f24a6 Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Tue, 12 Nov 2024 18:14:07 +0100 Subject: [PATCH] fix: drop "autoattachinterval" from the rhsmcertd defaults That configuration option was recently removed, so there is no more need to specify a default value for it. Fixes CCT-966 Followup of commit c124784a20276f1877248f15ed706050b7400dd5. --- src/rhsm/config.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/rhsm/config.py b/src/rhsm/config.py index 18d1ab8004..4063390d92 100644 --- a/src/rhsm/config.py +++ b/src/rhsm/config.py @@ -82,7 +82,6 @@ RHSMCERTD_DEFAULTS = { "certcheckinterval": "240", - "autoattachinterval": "1440", "splay": "1", "disable": "0", "auto_registration": "0",