From 7560ecff32cc5054c5b7be0587fb3de69f0e8c34 Mon Sep 17 00:00:00 2001 From: Leonardo Mendes Date: Mon, 13 Nov 2023 20:26:58 -0300 Subject: [PATCH] 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 --- .../patches/0001-Add-classes-to-update-config-files.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/puppet-modules/puppet-zitrlp-strongswan/debian/deb_folder/patches/0001-Add-classes-to-update-config-files.patch b/config/puppet-modules/puppet-zitrlp-strongswan/debian/deb_folder/patches/0001-Add-classes-to-update-config-files.patch index 851c81b43..91e6170b3 100644 --- a/config/puppet-modules/puppet-zitrlp-strongswan/debian/deb_folder/patches/0001-Add-classes-to-update-config-files.patch +++ b/config/puppet-modules/puppet-zitrlp-strongswan/debian/deb_folder/patches/0001-Add-classes-to-update-config-files.patch @@ -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 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'], - }