32 lines
829 B
Diff
32 lines
829 B
Diff
From 4964e60ede9445e9891cf8501060ac2751a3ba5f Mon Sep 17 00:00:00 2001
|
|
From: Sourav Sharma <sourav.ss.sharma@oracle.com>
|
|
Date: Fri, 22 Nov 2024 14:32:05 +0530
|
|
Subject: [PATCH] Removes condition specific to OL for write_files_deferred
|
|
|
|
Github-issue-link: https://github.com/oracle/oracle-linux/issues/156
|
|
|
|
Orabug: 36958039
|
|
|
|
Signed-off-by: Sourav Sharma <sourav.ss.sharma@oracle.com>
|
|
---
|
|
config/cloud.cfg.tmpl | 2 --
|
|
1 file changed, 2 deletions(-)
|
|
|
|
diff --git a/config/cloud.cfg.tmpl b/config/cloud.cfg.tmpl
|
|
index c756719..28ee581 100644
|
|
--- a/config/cloud.cfg.tmpl
|
|
+++ b/config/cloud.cfg.tmpl
|
|
@@ -199,9 +199,7 @@ cloud_final_modules:
|
|
{% if variant in ["ubuntu", "unknown"] %}
|
|
- ubuntu_drivers
|
|
{% endif %}
|
|
-{% if variant not in ["ol"] %}
|
|
- write_files_deferred
|
|
-{% endif %}
|
|
- puppet
|
|
- chef
|
|
- ansible
|
|
--
|
|
2.43.5
|
|
|