Update patch for puppet package zitrlp-strongswan
This change updated "strongswan_include" param in strongswan class to "include" in order to properly generate config file using the module. Test Plan: PASS: downloader PASS: build-pkgs -c -p puppet-zitrlp-strongswan PASS: build-image PASS: Run full build, system install, bootstrap and unlock DX system PASS: Run command "puppet module list | grep strongswan" Story: 2010940 Task: 49096 Change-Id: I2178b988fbea76ad17843ecb4a3abda7c1b33036 Signed-off-by: Leonardo Mendes <Leonardo.MendesSantana@windriver.com>
This commit is contained in:
parent
a2261f79a9
commit
7560ecff32
@ -1,4 +1,4 @@
|
||||
From c02bf3a61dafb0dee6362c0bb63e782abe3090f2 Mon Sep 17 00:00:00 2001
|
||||
From 99f2601331d4c6bf1273c20247640592de69627d Mon Sep 17 00:00:00 2001
|
||||
From: Leonardo Mendes <Leonardo.MendesSantana@windriver.com>
|
||||
Date: Tue, 17 Oct 2023 14:18:54 -0300
|
||||
Subject: [PATCH] Add classes to update config files
|
||||
@ -50,7 +50,7 @@ index 0000000..b454f2b
|
||||
+ }
|
||||
+}
|
||||
diff --git a/manifests/init.pp b/manifests/init.pp
|
||||
index 08002a3..27904e4 100644
|
||||
index 08002a3..931aa11 100644
|
||||
--- a/manifests/init.pp
|
||||
+++ b/manifests/init.pp
|
||||
@@ -23,12 +23,6 @@
|
||||
@ -97,7 +97,7 @@ index 08002a3..27904e4 100644
|
||||
sw-collector => $sw_collector,
|
||||
starter => $starter,
|
||||
swanctl => $swanctl,
|
||||
+ strongswan_include => $strongswan_include,
|
||||
+ include => $strongswan_include,
|
||||
}),
|
||||
- notify => Service['strongswan'],
|
||||
- }
|
||||
|
Loading…
x
Reference in New Issue
Block a user