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'], - }