From 7957535c5e732daf57ca905efdcbb038d7e9dd62 Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Thu, 15 Aug 2024 15:19:27 +0200 Subject: [PATCH] Revert "Fixes #37726 - Force fact upload to update OS facts" This reverts commit 5c8cc3661f9cd86222bf7bb94d79949919b8687f. --- config/foreman.hiera/common.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/config/foreman.hiera/common.yaml b/config/foreman.hiera/common.yaml index 2e09bd7d..b458706e 100644 --- a/config/foreman.hiera/common.yaml +++ b/config/foreman.hiera/common.yaml @@ -21,6 +21,3 @@ foreman::config::apache::proxy_params: # Match default in PostgreSQL 14+ sooner to phase out MD5 postgresql::globals::password_encryption: 'scram-sha-256' - -# Force fact upload to update OS facts -foreman::register::force_fact_upload: true