From c6bc5c60794869e5d52a1ac534bf037600c73f39 Mon Sep 17 00:00:00 2001
From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch>
Date: Mon, 21 Aug 2023 08:57:24 +0200
Subject: [PATCH] disable foreman config in ci config

---
 hooks/templates/config_custom.php.erb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/hooks/templates/config_custom.php.erb b/hooks/templates/config_custom.php.erb
index db93e518..01e109e3 100644
--- a/hooks/templates/config_custom.php.erb
+++ b/hooks/templates/config_custom.php.erb
@@ -102,6 +102,7 @@ return [
         ],
     ],
 
+    /*
     'foreman' => array(
         'api'=>'<%= @replace["foreman-url"] %>', // with ending "/"
         'user'=>'<%= @replace["foreman-user"] %>',
@@ -109,6 +110,7 @@ return [
         'ignore-ssl-error'=><%= @replace["foreman-ignore-ssl-error"] %>,
         // 'varname-replace'=>'ci-replacement',
     ),
+    */
 
     // ----------------------------------------------------------------------    
 
-- 
GitLab